We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc454f4 + cca35b5 commit bff01c8Copy full SHA for bff01c8
setup.py
@@ -45,9 +45,8 @@
45
'dandischema==0.10.2', # schema version 0.6.8
46
'django~=4.1.0',
47
'django-admin-display',
48
- # Require 0.58.0 as it is the first version to support postgres' native
49
- # JSONField for SocialAccount.extra_data
50
- 'django-allauth>=0.58.0',
+ # Pin to 0.61.1 to test user signup
+ 'django-allauth==0.61.1',
51
'django-click',
52
'django-configurations[database,email]',
53
'django-extensions',
0 commit comments