diff options
author | Jayaram Pai | 2013-12-17 14:55:53 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-12-17 14:55:53 +0530 |
commit | 3722c83b3c6ddbb1270661213fe49baf3715b1e1 (patch) | |
tree | 89dcd3ff50bdd090bda617c976db157122543d52 | |
parent | 2dbeb37d3b4ff113a2bfb881b5d1df6787bc8157 (diff) | |
download | FOSSEE-Forum-3722c83b3c6ddbb1270661213fe49baf3715b1e1.tar.gz FOSSEE-Forum-3722c83b3c6ddbb1270661213fe49baf3715b1e1.tar.bz2 FOSSEE-Forum-3722c83b3c6ddbb1270661213fe49baf3715b1e1.zip |
added requirements.txt
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d33b949 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +Django==1.5 +MySQL-python==1.2.4 +argparse==1.2.1 +distribute==0.7.3 +django-widget-tweaks==1.3 +wsgiref==0.1.2 |