diff options
author | Prashant S | 2020-03-02 11:23:14 +0530 |
---|---|---|
committer | GitHub | 2020-03-02 11:23:14 +0530 |
commit | c8e48471348ff02f679b5185e01291f059c93e6c (patch) | |
tree | b9cedf30374fb9a2a3b39ab739b60fc84b26bba1 /requirements.txt | |
parent | 61c91c743fabb5c31127e8f8a8109364eda9b8ff (diff) | |
parent | ad1a740a6b70ff349b1cb1eb006d4eb8ae5c69d7 (diff) | |
download | arduino_projects_website-c8e48471348ff02f679b5185e01291f059c93e6c.tar.gz arduino_projects_website-c8e48471348ff02f679b5185e01291f059c93e6c.tar.bz2 arduino_projects_website-c8e48471348ff02f679b5185e01291f059c93e6c.zip |
Merge pull request #5 from prashantsinalkar/master
updated to django 3 and added dashboard
Diffstat (limited to 'requirements.txt')
-rwxr-xr-x | requirements.txt | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/requirements.txt b/requirements.txt index 3ced17a..a4bef5c 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,23 @@ -certifi==2018.8.13 +asgiref==3.2.3 +certifi==2019.11.28 chardet==3.0.4 -defusedxml==0.5.0 -Django==2.1 -django-recaptcha==1.4.0 -idna==2.7 -mysqlclient==1.3.13 -oauthlib==2.1.0 -PyJWT==1.6.4 +defusedxml==0.6.0 +Django==3.0.3 +django-recaptcha==2.0.6 +django-widget-tweaks==1.4.5 +idna==2.9 +mysqlclient==1.4.6 +oauthlib==3.1.0 +PyJWT==1.7.1 python-social-auth==0.3.6 python3-openid==3.1.0 -pytz==2018.5 -requests==2.19.1 -requests-oauthlib==1.0.0 -six==1.11.0 -social-auth-app-django==2.1.0 -social-auth-core==1.7.0 -urllib3==1.23 -django-widget-tweaks -pyyaml - +pytz==2019.3 +PyYAML==5.3 +requests==2.23.0 +requests-oauthlib==1.3.0 +six==1.14.0 +social-auth-app-django==3.1.0 +social-auth-core==3.2.0 +sqlparse==0.3.0 +urllib3==1.25.8 +python-dateutil |