# Development dependencies
-r requirements.txt

# Type checking
types-requests>=2.32.0
mypy>=1.0.0

# Code formatting and linting
black>=22.0.0
flake8>=6.0.0

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0 