diff --git a/setup.py b/setup.py index d07031cd9..c3ee4eb90 100644 --- a/setup.py +++ b/setup.py @@ -133,7 +133,8 @@ install_requires = [ # HTTP server and client "klein", - "werkzeug", + # 2.2.0 has a bug: https://github.com/pallets/werkzeug/issues/2465 + "werkzeug != 2.2.0", "treq", "cbor2", "pycddl",