Skip to content

Commit

Permalink
Allow users to use up to django-allauth v0.47.0 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Jan 9, 2022
1 parent f79600b commit 190581e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
'djangorestframework>=3.7.0',
],
extras_require={
'with_social': ['django-allauth>=0.40.0,<0.45.0'],
'with_social': ['django-allauth>=0.40.0,<0.48.0'],
},
tests_require=[
'coveralls>=1.11.1',
'django-allauth==0.42.0',
'django-allauth==0.47.0',
'djangorestframework-simplejwt==4.6.0',
'responses==0.12.1',
'unittest-xml-reporting==3.0.4',
Expand Down

0 comments on commit 190581e

Please sign in to comment.