Be more general, 2.3.2 just came out for example.

This commit is contained in:
Itamar Turner-Trauring 2023-05-01 11:57:35 -04:00
parent b21b15f395
commit 4ca056b51c

View File

@ -144,7 +144,7 @@ install_requires = [
# 2.2.0 has a bug: https://github.com/pallets/werkzeug/issues/2465 # 2.2.0 has a bug: https://github.com/pallets/werkzeug/issues/2465
# 2.3.x has an incompatibility with Klein: https://github.com/twisted/klein/pull/575 # 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", "werkzeug != 2.2.0, < 2.3",
"treq", "treq",
"cbor2", "cbor2",