# Development Dependencies for Source Atlas

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
pytest-asyncio>=0.21.0

# Code Quality
black>=23.0.0
flake8>=6.0.0
flake8-docstrings>=1.7.0
flake8-bugbear>=23.0.0
mypy>=1.0.0
isort>=5.12.0

# Pre-commit hooks
pre-commit>=3.0.0

# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.19.0

# Debugging and profiling
ipython>=8.0.0
ipdb>=0.13.0

# Type stubs
types-requests>=2.28.0
