django>=4.2
djangorestframework>=3.14.0
bleach>=6.0.0
cryptography>=40.0.0
django-axes>=6.0.0
django-crypto-fields>=0.4.0
python-decouple>=3.8
redis>=4.5.0
itsdangerous>=2.1.0
requests>=2.31.0
python-magic>=0.4.27

[all]
django-security-suite[dev,docs,mfa,postgres,production]

[dev]
pytest>=7.0.0
pytest-django>=4.5.0
pytest-cov>=4.0.0
pytest-env>=1.0.0
black>=23.0.0
ruff>=0.1.0
mypy>=1.0.0
django-stubs>=4.0.0
types-requests>=2.31.0
types-redis>=4.5.0

[docs]
mkdocs>=1.5.0
mkdocs-material>=9.0.0
mkdocstrings[python]>=0.24.0
mkdocs-autorefs>=0.5.0

[mfa]
django-otp>=1.3.0
qrcode>=7.4.0

[postgres]
psycopg[binary,pool]>=3.1.0

[production]
gunicorn>=23.0.0
whitenoise>=6.5.0
