# Install the package itself with all extras
-e ".[socialaccount,mfa,idp-oidc,openid,steam,saml]"

Sphinx
sphinx_rtd_theme

# Testing tools
pytest>=7.4
pytest-asyncio==0.23.8
pytest-django>=4.5.2
pytest-cov

# Code quality
isort==5.13.2
bandit==1.7.10
black==24.4.0
djlint==1.34.1
flake8==6.0.0
mypy==1.10.0

# Type stubs
django-stubs==5.0.2
types-requests==2.32.0.20240602
oauthlib>=3.3.0,<4
Pillow>=9.0
psycopg2-binary>=2.9.10,<3
djangorestframework>=3.15.2,<4
django-ninja>=1.3.0,<2
pyyaml>=6.0.2,<7
nox
