From 1f729f073c7396d800eba54bfa39344978cf1d38 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 11 Apr 2021 16:43:24 -0600 Subject: [PATCH] Switch to dj-rest-auth --- server/requirements.txt | 46 +++++++++++++++++------------------------ 1 file changed, 19 insertions(+), 27 deletions(-) diff --git a/server/requirements.txt b/server/requirements.txt index e6ad0af..a906b7c 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,29 +1,21 @@ -appdirs==1.4.3 -asgiref==3.3.1 -CacheControl==0.12.6 -certifi==2019.11.28 -chardet==3.0.4 -colorama==0.4.3 -contextlib2==0.6.0 -distlib==0.3.0 -distro==1.4.0 -Django==3.1.7 -django-rest-auth==0.9.5 -djangorestframework==3.12.2 -html5lib==1.0.1 -idna==2.8 -ipaddr==2.2.0 -lockfile==0.12.2 -msgpack==0.6.2 -packaging==20.3 -pep517==0.8.2 -progress==1.5 -pyparsing==2.4.6 -pytoml==0.1.21 +asgiref==3.3.4 +certifi==2020.12.5 +cffi==1.14.5 +chardet==4.0.0 +cryptography==3.4.7 +defusedxml==0.7.1 +dj-rest-auth==2.1.4 +Django==3.2 +django-allauth==0.44.0 +django-rest-framework==0.1.0 +djangorestframework==3.12.4 +idna==2.10 +oauthlib==3.1.0 +pycparser==2.20 +PyJWT==2.0.1 +python3-openid==3.2.0 pytz==2021.1 -requests==2.22.0 -retrying==1.3.3 -six==1.14.0 +requests==2.25.1 +requests-oauthlib==1.3.0 sqlparse==0.4.1 -urllib3==1.25.8 -webencodings==0.5.1 +urllib3==1.26.4