We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3627bc8 commit 019c062Copy full SHA for 019c062
base-requirements.txt
@@ -36,7 +36,7 @@ requests[security]>=2.26.0
36
django-honeypot==1.0.4 # 1.0.4 is first version that supports Django 4.2
37
django-markupfield==2.0.1
38
39
-django-allauth==0.57.2 # 0.55.0 is first version that supports Django 4.2
+django-allauth==64.2.1
40
41
django-waffle==2.2.1
42
pydotorg/settings/base.py
@@ -230,11 +230,6 @@
230
231
'allauth',
232
'allauth.account',
233
- 'allauth.socialaccount',
234
- #'allauth.socialaccount.providers.facebook',
235
- #'allauth.socialaccount.providers.github',
236
- #'allauth.socialaccount.providers.openid',
237
- #'allauth.socialaccount.providers.twitter',
238
239
# Tastypie needs the `users` app to be already loaded.
240
'tastypie',
0 commit comments