mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-14 06:06:40 +00:00
Update foolscap version requirement to 0.6.0, to address http://foolscap.lothar.com/trac/ticket/167
This commit is contained in:
parent
be18ded062
commit
c82b48f3d6
@ -21,7 +21,8 @@ install_requires=[
|
||||
# foolscap < 0.5.1 had a performance bug which spent
|
||||
# O(N**2) CPU for transferring large mutable files
|
||||
# of size N.
|
||||
"foolscap[secure_connections] >= 0.5.1",
|
||||
# foolscap < 0.6 is incompatible with Twisted 10.2.0.
|
||||
"foolscap[secure_connections] >= 0.6.0",
|
||||
"Nevow >= 0.6.0",
|
||||
|
||||
# Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.
|
||||
|
Loading…
x
Reference in New Issue
Block a user