Django>=3.2
djangorestframework>=3.12
drf-spectacular>=0.30.0

[dev]
pytest>=7.0
setuptools>=84.0.0
twine>=7.0.0
wheel>=0.48.0
pytest-django>=4.5
black>=23.0
isort>=5.12
flake8<8.0,>=7.0
mypy>=1.0
pre-commit>=3.0

[docs]
sphinx>=6.0
sphinx-rtd-theme>=1.2

[test]
pytest>=7.0
pytest-django>=4.5
pytest-cov>=4.0
factory-boy>=3.2
