Add remaining allauth dependencies
This commit is contained in:
parent
91861738a5
commit
0d09d338e8
3 changed files with 131 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue