From 122013801bd8916518845a22d83cefb4b4f865ca Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Tue, 19 Nov 2013 10:45:38 +0100 Subject: [PATCH] Add Python requirements in requirements.txt --- requirements.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..46741e95 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,20 @@ +MySQL-python==1.2.4 +SimpleTAL==4.3 +argparse==1.2.1 +biopython==1.63b +configobj==4.7.2 +distribute==0.7.3 +lockfile==0.9.1 +lxml==3.2.4 +nose==1.3.0 +pyparsing==2.0.1 +python-daemon==1.6 +python-magic==0.4.6 +pytz==2013.8 +requests==2.0.1 +simplejson==3.3.1 +spyne==2.10.9 +suds==0.4 +web.py==0.37 +wsgiref==0.1.2 +xlrd==0.9.2 -- GitLab