diff options
author | coderick14 | 2017-06-13 01:28:43 +0530 |
---|---|---|
committer | coderick14 | 2017-06-13 01:28:43 +0530 |
commit | ea8f8cc70fb81cfbbee371ae7a45e4497ea7b949 (patch) | |
tree | 9c5e40e1a3c28d49904144fee188e3e084a20ead | |
parent | 1950845ac1e7c253f9476bdbbca8e3b8b6f27dbc (diff) | |
download | SBHS-2018-Rpi-ea8f8cc70fb81cfbbee371ae7a45e4497ea7b949.tar.gz SBHS-2018-Rpi-ea8f8cc70fb81cfbbee371ae7a45e4497ea7b949.tar.bz2 SBHS-2018-Rpi-ea8f8cc70fb81cfbbee371ae7a45e4497ea7b949.zip |
Update requirements.txt
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 600139a..350a5a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,12 +2,10 @@ appdirs==1.4.3 backports-abc==0.5 certifi==2017.4.17 Django==1.11.1 -django-crontab==0.7.1 django-taggit==0.18.1 -django-undelete==0.1 +git+https://github.com/cpbotha/django-undelete.git oauthlib==2.0.2 packaging==16.8 -pkg-resources==0.0.0 PyJWT==1.5.0 pyparsing==2.2.0 pyserial==3.0 @@ -18,6 +16,6 @@ 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 +MySQL-python==1.2.5 |