mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
Be more general, 2.3.2 just came out for example.
This commit is contained in:
parent
b21b15f395
commit
4ca056b51c
2
setup.py
2
setup.py
@ -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",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user