Limit klein version for now.

This commit is contained in:
Itamar Turner-Trauring 2023-04-28 11:43:26 -04:00
parent 0f200e422e
commit 44cd746ce4

View File

@ -141,8 +141,10 @@ install_requires = [
# HTTP server and client # HTTP server and client
"klein", "klein",
# 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 and 2.3 is
"werkzeug != 2.2.0", # incompatible with klein 21.8 and earlier; see
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/4020 for the latter.
"werkzeug != 2.2.0,<2.3",
"treq", "treq",
"cbor2", "cbor2",