From b75fd9aee08b0d4c50ede95c2b1ab711a9b73861 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Wed, 18 Sep 2013 07:57:25 +0000 Subject: [PATCH] Require Python werkzeug to be installed This enables using POST requests for the JSON webservice. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@742 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1 --- extras/pre-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/pre-install.sh b/extras/pre-install.sh index 3f7cf8ce..8ef26d58 100644 --- a/extras/pre-install.sh +++ b/extras/pre-install.sh @@ -39,6 +39,7 @@ apt-get install -y \ python-webpy \ python-webtest \ python-nose \ + python-werkzeug \ apache2 \ libapache2-mod-wsgi \ python-setuptools \ -- GitLab