# Include base requirements
-r requirements.txt

# Development dependencies
pytest>=6.2
pytest-django>=4.4
pytest-cov>=2.12
black>=21.7b0
flake8>=3.9
isort>=5.9
mypy>=0.910
django-stubs>=1.9
djangorestframework-stubs>=1.4

# Documentation
sphinx>=4.0
sphinx-rtd-theme>=0.5
recommonmark>=0.7

# Build tools
build>=0.7.0
twine>=3.4.0
wheel>=0.37.0