mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Drop upper bound on Twisted version
CI broke build because CI was broke; the new Twisted release wasn't the problem.
This commit is contained in:
parent
15131a9f71
commit
73938ad446
2
setup.py
2
setup.py
@ -98,7 +98,7 @@ install_requires = [
|
||||
# `pip install tahoe-lafs[sftp]` would not install requirements
|
||||
# specified by Twisted[conch]. Since this would be the *whole point* of
|
||||
# an sftp extra in Tahoe-LAFS, there is no point in having one.
|
||||
"Twisted[tls,conch] >= 18.4.0, < 20.0.0",
|
||||
"Twisted[tls,conch] >= 18.4.0",
|
||||
|
||||
# We need Nevow >= 0.11.1 which can be installed using pip.
|
||||
"Nevow >= 0.11.1",
|
||||
|
Loading…
Reference in New Issue
Block a user