Add remaining allauth dependencies

This commit is contained in:
Tobias Kunze 2025-03-16 23:15:39 +01:00
parent 91861738a5
commit 0d09d338e8
3 changed files with 131 additions and 0 deletions

View file

@ -6,10 +6,13 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"argon2-cffi>=23.1.0",
"cryptography>=44.0.2",
"django==5.2b1",
"django-allauth>=65.5.0",
"pillow>=11.1.0",
"psycopg2-binary>=2.9.10",
"pyjwt>=2.10.1",
"requests>=2.32.3",
]
[dependency-groups]