# Include production dependencies
-r requirements.txt

# Testing
pytest==7.4.3
pytest-asyncio==0.23.0
httpx==0.26.0
pytest-cov==4.1.0

# Code quality
black==24.1.1
flake8==7.0.0
mypy==1.8.0
