Django>=3.2
PyJWT[crypto]>=2.8.0
bleach>=5.0.0
requests>=2.25.0
djangorestframework>=3.12.0

[dev]
pytest>=8.0.0
pytest-django>=4.7.0
pytest-cov>=4.1.0
pytest-mock>=3.14.0
black>=24.2.0
isort>=5.12.0
flake8>=7.0.0
build>=1.0.3
twine>=5.0.0

[docs]
mkdocs>=1.5.0
mkdocs-material>=9.5.0
markdown>=3.5.0
pymdown-extensions>=10.0.0

[test]
pytest>=8.0.0
pytest-django>=4.7.0
pytest-cov>=4.1.0
pytest-mock>=3.14.0
coverage>=7.2.0
