django
djangorestframework

[deploy]
bump2version
readme_renderer[md]
changes
git-changelog
twine
wheel

[development]
django
djangorestframework
bump2version
readme_renderer[md]
changes
git-changelog
twine
wheel
pytest>=3
tox
tox-gh-actions
coverage
flake8
yamllint
isort
black

[development:python_version >= "3.6"]
black

[docs]
watchdog[watchmedo]
Sphinx

[lint]
flake8
yamllint
isort
black

[lint:python_version >= "3.6"]
black

[test]
pytest>=3
tox
tox-gh-actions
coverage
