Restores the allauth dependencies that are probably needed
This commit is contained in:
committed by
Trenton H
parent
c53a4796fe
commit
dd25e2e28f
2
Pipfile
2
Pipfile
@@ -8,7 +8,7 @@ dateparser = "~=1.2"
|
||||
# WARNING: django does not use semver.
|
||||
# Only patch versions are guaranteed to not introduce breaking changes.
|
||||
django = "~=4.2.11"
|
||||
django-allauth = "*"
|
||||
django-allauth = {extras = ["socialaccount"], version = "*"}
|
||||
django-auditlog = "*"
|
||||
django-celery-results = "*"
|
||||
django-compression-middleware = "*"
|
||||
|
||||
Reference in New Issue
Block a user