# Development dependencies
-r requirements.txt

# Testing
pytest>=6.0
pytest-cov>=2.12.0

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

# Type checking
mypy>=0.910

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

# Build tools
build>=0.7.0
twine>=3.4.0

# Development utilities
pre-commit>=2.15.0
tox>=3.24.0