mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-19 16:20:52 +00:00
restrict werkzeug more, at least for the moment
This commit is contained in:
parent
17706f582e
commit
f48eb81d9d
4
setup.py
4
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.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",
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user