From d9bbad71c2f3833350b246ee27bd92131961eaf2 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Mon, 13 May 2024 12:23:33 -0400 Subject: [PATCH] Try unpinning jinja2 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 63e15385..1edea7de 100755 --- a/setup.py +++ b/setup.py @@ -45,14 +45,13 @@ def run_tests(self): cmdclass={'test': PyTest}, test_suite='', tests_require=[ - 'flask==2.2.4', 'werkzeug==2.2.3', 'pytest', 'pytest-cov', 'httpbin==0.5.0', 'requests', 'wsgiprox', - 'jinja2<3.0.0', + 'jinja2', ], classifiers=[ 'Development Status :: 5 - Production/Stable',