From d5720a050749d7b3fa28846bbd4ece9df5e1bfb6 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sun, 4 Apr 2021 22:05:10 +1000 Subject: fixup! Pin werkzeug to fix breaking tests. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0b9fdc5b..7426b7d5 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ install_requires = [ 'sqlalchemy<1.4.0', 'unidecode', 'waitress', - 'werkzeug>=0.7,<=2.0.0', # 2.0.0 breaks legacy API and submission tests. + 'werkzeug>=0.7,<2.0.0', # 2.0.0 breaks legacy API and submission tests. 'wtforms>2.1,<3.0', # Removed the "ext" module in 3.0. # This is optional: -- cgit v1.2.3