# Development dependencies
-r requirements.txt

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

# Code formatting and linting
black>=22.0.0
flake8>=5.0.0
mypy>=1.0.0
isort>=5.12.0

# Type stubs
types-requests>=2.28.0

