# Include production dependencies
-r requirements.txt

# Testing
pytest>=7.4.0
pytest-mock>=3.11.0
pytest-cov>=4.1.0

# Code quality
black>=23.0.0
flake8>=6.0.0
mypy>=1.5.0
isort>=5.12.0

# Type stubs
types-PyYAML>=6.0.0
types-requests>=2.31.0


