setup: increase requirement on foolscap from >= 0.4.1 to >= 0.5.1 to avoid the foolscap performance bug with transferring large mutable files

This commit is contained in:
Zooko O'Whielacronx 2010-08-02 00:17:48 -07:00
parent 24c72f2942
commit 5377d99cf3

View File

@ -10,7 +10,11 @@ install_requires=[
"zope.interface",
"Twisted >= 2.4.0",
"foolscap[secure_connections] >= 0.4.1",
# 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",
"Nevow >= 0.6.0",
# pycryptopp v0.5.15 applied a patch from Wei Dai to fix an