mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-16 06:18:21 +00:00
Remove two more references to FTP.
This commit is contained in:
4
setup.py
4
setup.py
@ -63,12 +63,8 @@ install_requires = [
|
|||||||
# version of cryptography will *really* be installed.
|
# version of cryptography will *really* be installed.
|
||||||
"cryptography >= 2.6",
|
"cryptography >= 2.6",
|
||||||
|
|
||||||
# * We need Twisted 10.1.0 for the FTP frontend in order for
|
|
||||||
# Twisted's FTP server to support asynchronous close.
|
|
||||||
# * The SFTP frontend depends on Twisted 11.0.0 to fix the SSH server
|
# * The SFTP frontend depends on Twisted 11.0.0 to fix the SSH server
|
||||||
# rekeying bug <https://twistedmatrix.com/trac/ticket/4395>
|
# rekeying bug <https://twistedmatrix.com/trac/ticket/4395>
|
||||||
# * The FTP frontend depends on Twisted >= 11.1.0 for
|
|
||||||
# filepath.Permissions
|
|
||||||
# * The SFTP frontend and manhole depend on the conch extra. However, we
|
# * The SFTP frontend and manhole depend on the conch extra. However, we
|
||||||
# can't explicitly declare that without an undesirable dependency on gmpy,
|
# can't explicitly declare that without an undesirable dependency on gmpy,
|
||||||
# as explained in ticket #2740.
|
# as explained in ticket #2740.
|
||||||
|
Reference in New Issue
Block a user