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