From f998f93ee6824879d8595a1a63c122d42a3380d4 Mon Sep 17 00:00:00 2001 From: David Hernandez Date: Fri, 7 Feb 2020 13:48:52 +0100 Subject: [PATCH] Force specific version of Werkzeug to prevent the breaking changes of the new release. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index d8e54855c85..a5df9e404d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,6 +57,7 @@ disposable-email-domains>=0.0.52 gevent==1.4.0 supervisor==4.1.0 supervisor_checks==0.8.1 +werkzeug==0.16.1 # Install the dependencies of the bin/bundle-extensions script here. # It has its own requirements file to simplify the frontend client build process -r requirements_bundles.txt