From 7861f8a89a6657b209dae2fde6a31d4d4330b141 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Mon, 28 Mar 2022 21:43:23 +0200 Subject: [PATCH] Prevent problems with werkzeug and flask_login on new installations --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index de08fbda..7b03ffe4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +werkzeug<2.1.0 Babel>=1.3,<3.0 Flask-Babel>=0.11.1,<2.1.0 Flask-Login>=0.3.2,<0.5.1