diff options
author | prashantsinalkar | 2018-08-15 23:45:27 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-08-15 23:45:27 +0530 |
commit | ae12447a47f7298bb411a1d4191e8d3dcf975e01 (patch) | |
tree | 7d48d9bbd7d72e4ddf2607fb987dc2cdee5a5419 | |
parent | abc656b078d3ac27e6d3888f811db2962e25f753 (diff) | |
download | SciPy2018-ae12447a47f7298bb411a1d4191e8d3dcf975e01.tar.gz SciPy2018-ae12447a47f7298bb411a1d4191e8d3dcf975e01.tar.bz2 SciPy2018-ae12447a47f7298bb411a1d4191e8d3dcf975e01.zip |
updated the requirment file
-rwxr-xr-x | requirements.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 7fbf3df..fd6c4e3 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,20 @@ +certifi==2018.8.13 +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 pkg-resources==0.0.0 +PyJWT==1.6.4 +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 |