From ae12447a47f7298bb411a1d4191e8d3dcf975e01 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Wed, 15 Aug 2018 23:45:27 +0530 Subject: updated the requirment file --- requirements.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'requirements.txt') 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 -- cgit