# Development dependencies
-r requirements.txt

# Testing
pytest>=8.3.0
pytest-asyncio>=0.24.0
pytest-cov>=6.0.0
pytest-httpx>=0.30.0

# Type checking and linting
mypy>=1.13.0
ruff>=0.8.0
types-python-dotenv>=1.0.0
