diff --git a/demo/requirements.txt b/demo/requirements.txt index 529da58c..f03b1bf0 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -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 ./.. \ No newline at end of file +-e ./.. diff --git a/dj_rest_auth/tests/requirements.pip b/dj_rest_auth/tests/requirements.pip deleted file mode 100644 index e69de29b..00000000 diff --git a/dj_rest_auth/tests/requirements.txt b/dj_rest_auth/tests/requirements.txt index 4734a174..83a13479 100644 --- a/dj_rest_auth/tests/requirements.txt +++ b/dj_rest_auth/tests/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 6c170970..866d0323 100644 --- a/setup.py +++ b/setup.py @@ -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',