From 416374da63a389117318b9ce58b4f825ea5022ca Mon Sep 17 00:00:00 2001 From: Glandos Date: Sat, 30 Apr 2022 08:50:12 +0200 Subject: [PATCH] pin flask/werkzeug to avoid dropping py3.6 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 825af80c..bfd315b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,8 @@ install_requires = Flask-Talisman>=0.8,<2 Flask-WTF>=0.14.3,<2 WTForms>=2.3.1,<3.1 - Flask>=2,<3 + Flask>=2,<2.1 + Werkzeug>=2,<2.1 # See https://github.com/spiral-project/ihatemoney/pull/1015 itsdangerous>=2,<3 Jinja2>=3,<4 requests>=2.22,<3