Django

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

[development]
Django
Sphinx==4.3.2
codacy-coverage==1.3.11
coverage
django-filter
django_bootstrap5
django_tables2
flake8==4.0.1
isort
mock
pip-tools
pluggy>=0.7
pytest
tox-gh-actions
tox==3.24.5
yamllint==1.26.3

[development:python_version >= '3.6']
black

[docs]
Sphinx==4.3.2

[lint]
flake8==4.0.1
isort
yamllint==1.26.3

[test]
codacy-coverage==1.3.11
coverage
mock
pluggy>=0.7
pytest
tox-gh-actions
tox==3.24.5
