# Development and testing dependencies
-r requirements.txt

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

# Code quality
flake8>=6.0.0
pylint>=2.15.0
black>=23.0.0
mypy>=1.0.0
