Skip to content

Commit

Permalink
merge requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham4401 committed Dec 1, 2024
1 parent 41a21e2 commit 7e6938b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
7 changes: 2 additions & 5 deletions demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
django>=5.0.0
djangorestframework>=3.11.0
djangorestframework-simplejwt==5.3.1
django-allauth>=64.0.0
django-allauth[socialaccount]>=64.0.0
drf-yasg==1.21.7
django-cors-headers==4.4.0
coreapi==2.3.3
PyJWT~=2.9.0
responses~=0.12.1
requests~=2.32.3
setuptools==75.1.0
-e ./..
-e ./..
Empty file.
3 changes: 1 addition & 2 deletions dj_rest_auth/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ django-allauth>=64.0.0
djangorestframework-simplejwt>=5.3.1
flake8==3.8.4
responses==0.12.1
unittest-xml-reporting==3.0.4
requests-oauthlib==2.0.0
unittest-xml-reporting==3.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'djangorestframework>=3.13.0',
],
extras_require={
'with-social': ['django-allauth>=64.0.0'],
'with-social': ['django-allauth[socialaccount]>=64.0.0'],
},
tests_require=[
'coveralls>=1.11.1',
Expand Down

0 comments on commit 7e6938b

Please sign in to comment.