From 698195724ada2f3367f211219e22ee0af21d3d75 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Thu, 2 Apr 2020 16:50:27 +0200 Subject: [PATCH] Workaround https://github.com/spiral-project/ihatemoney/issues/540 --- manifest.json | 2 +- scripts/_common.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 75d7cb4..f4f32e0 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "fr": "Une application web de comptes partagés à plusieurs" }, "url": "http://ihatemoney.org/", - "version": "4.1.3~ynh1", + "version": "4.1.3~ynh2", "license": "free", "maintainer": { "name": "Jocelyn Delalande", diff --git a/scripts/_common.sh b/scripts/_common.sh index 5395b8b..1bb4718 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -45,6 +45,7 @@ pip_install () { 'gunicorn>=19.3.0' \ 'PyMySQL>=0.9,<0.10' \ 'ihatemoney>=4,<5' \ + 'Werkzeug==0.16' \ # Workaround https://github.com/spiral-project/ihatemoney/issues/540 }