-r requirements.txt

# Testing
pytest>=7.0
pytest-django>=4.5
pytest-cov>=4.0

# Code Quality
black>=22.0
flake8>=4.0
isort>=5.10
mypy>=0.990

# Build Tools
build>=0.10
twine>=4.0
wheel>=0.38
