# Development dependencies for testing and code quality
# Testing framework and plugins
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0
# Code quality tools
black>=23.0.0
flake8>=6.0.0
mypy>=1.5.0
# Testing utilities
httpx[testing]>=0.24.0 # For FastAPI testing
factory-boy>=3.3.0 # For test data generation (optional)
# Install main dependencies
-r requirements.txt