# Development dependencies
-r requirements.txt

# Testing
pytest>=6.0.0
pytest-cov>=2.0.0

# Code formatting and linting
black>=21.0.0
flake8>=3.8.0
mypy>=0.800

# Pre-commit hooks
pre-commit>=2.0.0

# Build tools
setuptools>=45
wheel
setuptools-scm[toml]>=6.2
