diff options
author | coderick14 | 2017-05-18 11:11:54 +0530 |
---|---|---|
committer | coderick14 | 2017-05-18 11:13:55 +0530 |
commit | 20f7c50293fde2f2b538c422116a3383a6cdde6b (patch) | |
tree | e648db8593e1de8589f1c0007b532476e934d997 /requirements.txt | |
parent | fe407193c200e03070928c1e2c1a6e067d32893d (diff) | |
download | SBHS-2018-Rpi-20f7c50293fde2f2b538c422116a3383a6cdde6b.tar.gz SBHS-2018-Rpi-20f7c50293fde2f2b538c422116a3383a6cdde6b.tar.bz2 SBHS-2018-Rpi-20f7c50293fde2f2b538c422116a3383a6cdde6b.zip |
Add credentials.py
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 81667e1..323eaed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,22 @@ -Django==1.6.3 -South==0.8.4 -argparse==1.2.1 -git+https://github.com/cpbotha/django-undelete.git +appdirs==1.4.3 +backports-abc==0.5 +certifi==2017.4.17 +Django==1.11.1 +django-taggit==0.18.1 +django-undelete==0.1 +oauthlib==2.0.2 +packaging==16.8 +pkg-resources==0.0.0 +PyJWT==1.5.0 +pyparsing==2.2.0 pyserial==2.7 -wsgiref==0.1.2 +python-openid==2.2.5 +python-social-auth==0.2.19 +pytz==2017.2 +requests==2.14.2 +requests-oauthlib==0.8.0 +singledispatch==3.4.0.3 +six==1.10.0 +South==1.0.2 +tornado==4.5.1 +yaksh==0.5.0 |