mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Limit klein version for now.
This commit is contained in:
parent
0f200e422e
commit
44cd746ce4
6
setup.py
6
setup.py
@ -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.2.0 has a bug: https://github.com/pallets/werkzeug/issues/2465 and 2.3 is
|
||||
# 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",
|
||||
"cbor2",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user