From bb00d3a273f9a432d2ce4cab60ddae9b2703a595 Mon Sep 17 00:00:00 2001 From: Victor Garcia Reolid Date: Mon, 24 Jul 2023 11:49:36 +0200 Subject: [PATCH] add dependency back Signed-off-by: Victor Garcia Reolid --- requirements/app.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/app.in b/requirements/app.in index 9f2e5cb85..936d0c39f 100644 --- a/requirements/app.in +++ b/requirements/app.in @@ -66,4 +66,5 @@ uniplot>=0.7.0 Flask-SQLAlchemy>=2.4.3,<3 # flask should be after all the flask plugins, because setup might find they ARE flask # <2.3: https://github.com/Parallels/rq-dashboard/issues/417 and https://github.com/FlexMeasures/flexmeasures/issues/754 and flask-login 0.6.1 not compatible -flask>=1.0, <=2.1.2 \ No newline at end of file +flask>=1.0, <=2.1.2 +werkzeug<=2.1 \ No newline at end of file