From dd6177d9cd2606467e7bf64dbfe1555fec6dabb7 Mon Sep 17 00:00:00 2001 From: Robin Winslow Date: Thu, 5 May 2022 16:38:03 +0100 Subject: [PATCH] Unpin jinja2 Flask is now more strict about jinja2, so this is no longer helpful. https://github.com/pallets/flask/commit/6d8b4ce9d037937ef8694067ab5754666240d097 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 737995c..2a3a829 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,6 @@ install_requires=[ "canonicalwebteam.yaml-responses[flask] (>=1,<2)", "flask (>=1,<2)", - "jinja2 (>=3,<3.1.0)", "gevent==21.12.0", "greenlet==1.1.2", "talisker[gunicorn,gevent,flask,prometheus,raven]==0.19.0",