# Development and testing dependencies
# Install with: pip install -r requirements-dev.txt
# Or use: pip install -e ".[dev]"

pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.10.0
pytest-cov>=4.0.0
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0
pre-commit>=3.0.0

# Additional development tools
responses>=0.23.0
httpx-mock>=0.10.0
factory-boy>=3.2.0
freezegun>=1.2.0