Don't use broken version of werkzeug.

This commit is contained in:
Itamar Turner-Trauring
2022-07-25 09:55:03 -04:00
parent c14463ac6d
commit 921e3a7712

View File

@ -133,7 +133,8 @@ install_requires = [
# HTTP server and client # HTTP server and client
"klein", "klein",
"werkzeug", # 2.2.0 has a bug: https://github.com/pallets/werkzeug/issues/2465
"werkzeug != 2.2.0",
"treq", "treq",
"cbor2", "cbor2",
"pycddl", "pycddl",