Django>=4.2
djangorestframework>=3.14
djangorestframework-api-key>=3.0

[dev]
pytest>=7.0
pytest-django>=4.5
pytest-cov>=4.0
ruff>=0.1.0
mypy>=1.0
django-stubs>=4.2
djangorestframework-stubs>=3.14

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

[jwt]
djangorestframework-simplejwt>=5.0
