mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Add service_identity as a dependency. fixes #2248
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
9566b3d45c
commit
f7b8fe02ba
@ -29,7 +29,10 @@ install_requires = [
|
||||
# * The SFTP frontend depends on Twisted 11.0.0 to fix the SSH server
|
||||
# rekeying bug http://twistedmatrix.com/trac/ticket/4395
|
||||
#
|
||||
# service_identity allows Twisted to do cert checking.
|
||||
#
|
||||
"Twisted >= 11.0.0",
|
||||
"service_identity",
|
||||
|
||||
# * foolscap < 0.5.1 had a performance bug which spent O(N**2) CPU for
|
||||
# transferring large mutable files of size N.
|
||||
|
Loading…
Reference in New Issue
Block a user