Add django-allauth

This commit is contained in:
Tobias Kunze 2025-03-16 18:39:18 +01:00
parent 946dc449e1
commit ccbb288f68
2 changed files with 13 additions and 0 deletions

View file

@ -7,6 +7,7 @@ requires-python = ">=3.12"
dependencies = [
"argon2-cffi>=23.1.0",
"django==5.2b1",
"django-allauth>=65.5.0",
"pillow>=11.1.0",
"psycopg2-binary>=2.9.10",
]