From: Brian Warner <warner@lothar.com>
Date: Sat, 23 May 2009 01:11:03 +0000 (-0700)
Subject: _auto_deps.py: require foolscap-0.4.1, which adds an important fix for py2.4
X-Git-Url: https://git.rkrishnan.org/simplejson/components/frontends/flags/...?a=commitdiff_plain;h=cfb523cc513c15cf70a76730cccac64afcb6ca55;p=tahoe-lafs%2Ftahoe-lafs.git

_auto_deps.py: require foolscap-0.4.1, which adds an important fix for py2.4
---

diff --git a/_auto_deps.py b/_auto_deps.py
index de8098c4..d3735732 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.4.0",
+                  "foolscap[secure_connections] >= 0.4.1",
                   "Nevow >= 0.6.0",
                   ]