diff options
author | hardythe1 | 2015-09-08 11:18:25 +0530 |
---|---|---|
committer | hardythe1 | 2015-09-08 11:18:25 +0530 |
commit | 55038a2266373139283ca253e122ecb32291e436 (patch) | |
tree | 4e5e25c4b1859e3570ce32550ccbc8604d5a1f03 /requirements.txt | |
parent | 0754f7948c91dccf9ee13dd05044cf282b428e5f (diff) | |
download | Python-TBC-Interface-55038a2266373139283ca253e122ecb32291e436.tar.gz Python-TBC-Interface-55038a2266373139283ca253e122ecb32291e436.tar.bz2 Python-TBC-Interface-55038a2266373139283ca253e122ecb32291e436.zip |
add requirements
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..3184a23 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +Django==1.5 +MySQL-python==1.2.5 +Pillow==2.6.1 +South==1.0.1 +Whoosh==2.6.0 +argparse==1.2.1 +django-haystack==2.3.1 +elasticsearch==1.4.0 +pysolr==3.3.0 +reportlab==3.1.8 +requests==2.6.0 +urllib3==1.10.2 +wsgiref==0.1.2 |