restrict werkzeug more, at least for the moment

This commit is contained in:
Jean-Paul Calderone 2023-04-28 07:57:51 -04:00
parent 17706f582e
commit f48eb81d9d

View File

@ -141,8 +141,10 @@ install_requires = [
# HTTP server and client
"klein",
# 2.2.0 has a bug: https://github.com/pallets/werkzeug/issues/2465
"werkzeug != 2.2.0",
# 2.3.x has an incompatibility with Klein: https://github.com/twisted/klein/pull/575
"werkzeug != 2.2.0, != 2.3.0, != 2.3.1",
"treq",
"cbor2",