From cfcd324a1184e12e3536306a56a535255f031839 Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Wed, 6 Dec 2023 20:35:39 +0000 Subject: [PATCH] Pin to Werkzeug under 3.0 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index fa07a0f..1ae3344 100644 --- a/setup.py +++ b/setup.py @@ -94,6 +94,7 @@ setup( 'idna<3,>=2.5', # 7.x will be a major change. 'mitmproxy>=8.0.0,<8.1', + 'Werkzeug<3.0', # For REPLs 'ptpython<4.0', # JP2 codec