Django>=3.2
laboratory>=1.0

[dev]
tox
ipdb
django-configurations[database]

[lint]
isort
black
flake8

[test]
ipdb
coverage
pytest>=3.0
pytest-django
pytest-runner
django-configurations[database]
