diff options
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 |