diff options
author | prashantsinalkar | 2020-02-28 12:15:20 +0530 |
---|---|---|
committer | prashantsinalkar | 2020-02-28 12:15:20 +0530 |
commit | a3b639289ec5f52f8ac62f564fbf59147cd954af (patch) | |
tree | 1b13e44d6753220246545807048649ee9e109942 | |
parent | e1fe11723b0d064684137667ba40c32df34483ed (diff) | |
download | arduino_projects_website-a3b639289ec5f52f8ac62f564fbf59147cd954af.tar.gz arduino_projects_website-a3b639289ec5f52f8ac62f564fbf59147cd954af.tar.bz2 arduino_projects_website-a3b639289ec5f52f8ac62f564fbf59147cd954af.zip |
updated requrements
-rwxr-xr-x | requirements.txt | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/requirements.txt b/requirements.txt index 3ced17a..cc8a9ee 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,22 @@ -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 |