# Development dependencies
-r requirements.txt

# Testing
pytest>=6.0.0
pytest-cov>=2.10.0
pytest-mock>=3.6.0

# Code formatting and linting
black>=21.0.0
flake8>=3.8.0
isort>=5.9.0

# Type checking
mypy>=0.812

# Git hooks
pre-commit>=2.10.0

# Documentation
sphinx>=4.0.0
sphinx-rtd-theme>=0.5.0

# Build tools
build>=0.7.0
twine>=3.4.0
