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 32831fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 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
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@
'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',
'django-allauth>=64.0.0',
'djangorestframework-simplejwt==4.6.0',
'djangorestframework-simplejwt==5.3.1',
'responses==0.12.1',
'unittest-xml-reporting==3.0.4',
'unittest-xml-reporting==3.2.0',
'flake8==3.8.4',
],
test_suite='runtests.runtests',
include_package_data=True,
Expand Down

0 comments on commit 32831fa

Please sign in to comment.