From: Brian Warner Date: Fri, 22 May 2009 00:21:00 +0000 (-0700) Subject: _auto_deps.py: bump our foolscap dependency to 0.4.0, since I'm about to start using... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=5d04c5b6016f998feb9b6338e9a29098ac7da5d9;p=tahoe-lafs%2Ftahoe-lafs.git _auto_deps.py: bump our foolscap dependency to 0.4.0, since I'm about to start using its new features --- diff --git a/_auto_deps.py b/_auto_deps.py index 322a9097..de8098c4 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -15,7 +15,7 @@ install_requires=[ "zope.interface", "Twisted >= 2.4.0", - "foolscap[secure_connections] >= 0.3.1", + "foolscap[secure_connections] >= 0.4.0", "Nevow >= 0.6.0", ]