From bce581df37cbc25d8c6dd32e9d6b37efda8cd925 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 19 Mar 2014 16:17:50 +0100 Subject: [PATCH] Don't install werkzeug when it is not needed --- install-deps.sh | 5 ++++- requirements.txt | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/install-deps.sh b/install-deps.sh index 41bd2a8..9ee8ddb 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -14,7 +14,10 @@ davserver_radicale_git() { radicale_deps } -radicale_deps() { radicale_storage_$RADICALE_STORAGE; } +radicale_deps() { + pip install --use-mirrors werkzeug + radicale_storage_$RADICALE_STORAGE +} radicale_storage_database() { pip install --use-mirrors sqlalchemy pysqlite; } radicale_storage_filesystem() { true; } diff --git a/requirements.txt b/requirements.txt index a9d3dfb..1929a86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -Werkzeug pytest mock git+https://github.com/geier/leif