mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +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
|
# 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",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user