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

12
uv.lock generated
View file

@ -159,6 +159,16 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/00/6a/4e53c567ef24e81e17a30c788209396e08b8aaf8011d9cf01b8aa4910fa1/Django-5.2b1-py3-none-any.whl", hash = "sha256:ec33b0b3846d145a95d84a1ffea29f64ce4fc73ba755d9a6ab35128f354b750a", size = 8295550 },
]
[[package]]
name = "django-allauth"
version = "65.5.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "asgiref" },
{ name = "django" },
]
sdist = { url = "https://files.pythonhosted.org/packages/66/f8/b58f84c29bcbca3798939279a98e2423e6e53a38c29e3fed7700ff3d6984/django_allauth-65.5.0.tar.gz", hash = "sha256:1a564fd2f5413054559078c2b7146796b517c1e7a38c6312e9de7c9bb708325d", size = 1624216 }
[[package]]
name = "djlint"
version = "1.36.4"
@ -522,6 +532,7 @@ source = { virtual = "." }
dependencies = [
{ name = "argon2-cffi" },
{ name = "django" },
{ name = "django-allauth" },
{ name = "pillow" },
{ name = "psycopg2-binary" },
]
@ -542,6 +553,7 @@ dev = [
requires-dist = [
{ name = "argon2-cffi", specifier = ">=23.1.0" },
{ name = "django", specifier = "==5.2b1" },
{ name = "django-allauth", specifier = ">=65.5.0" },
{ name = "pillow", specifier = ">=11.1.0" },
{ name = "psycopg2-binary", specifier = ">=2.9.10" },
]