Django>=4.0
cryptography==46.0.7

[all]
redis>=4.0
djangorestframework>=3.13
djangorestframework-simplejwt>=5.0

[dev]
pytest>=7.0
pytest-django>=4.5
pytest-cov>=4.0
black
isort
flake8
mypy
django-stubs

[drf]
djangorestframework>=3.13

[jwt]
djangorestframework-simplejwt>=5.0

[redis]
redis>=4.0
