From 1bac9cbe631a25fbb3a4a27ff1cd85d2ffe8a90a Mon Sep 17 00:00:00 2001 From: Gael Pasgrimaud Date: Wed, 27 Nov 2024 11:21:21 +0100 Subject: [PATCH] bump waitress min version to 3.0.2 (#260) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f18ac6..bc019d9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ install_requires = [ 'WebOb>=1.2', - 'waitress>=0.8.5', + 'waitress>=3.0.2', 'beautifulsoup4', ]