django>=3.2

[codestyle]
flake8<4,>=3
black<23,>=22
isort<6,>=5
pyupgrade<3,>=2

[testing]
pytest-django<5,>=4
pytest-cov<3,>=2
