diff options
author | hardythe1 | 2015-09-08 11:21:19 +0530 |
---|---|---|
committer | hardythe1 | 2015-09-08 11:21:19 +0530 |
commit | bd79bbf35a00cb10e6753278f1ab91b989a5e347 (patch) | |
tree | ef6f23320eec97bc9ae6a70171a7f9b79890cb50 | |
parent | 549d2ccc258dc5810c84a456865136c42c28c9f0 (diff) | |
download | SciPy2015-bd79bbf35a00cb10e6753278f1ab91b989a5e347.tar.gz SciPy2015-bd79bbf35a00cb10e6753278f1ab91b989a5e347.tar.bz2 SciPy2015-bd79bbf35a00cb10e6753278f1ab91b989a5e347.zip |
add requirements
-rw-r--r-- | requirements.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a543e5f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +Django==1.6 +MySQL-python==1.2.5 +oauthlib==0.7.2 +PyJWT==1.3.0 +python-openid==2.2.5 +python-social-auth==0.2.11 +requests==2.7.0 +requests-oauthlib==0.5.0 +six==1.9.0 |