From: Zooko O'Whielacronx Date: Wed, 9 Apr 2008 01:12:00 +0000 (-0700) Subject: setup: require twisted >= 2.4.0 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=6090a561aae3fdb3ff30bb1b6ace40af5b405897;p=tahoe-lafs%2Ftahoe-lafs.git setup: require twisted >= 2.4.0 --- diff --git a/_auto_deps.py b/_auto_deps.py index b0b55446..b556a113 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -4,6 +4,7 @@ install_requires=["zfec >= 1.1.0", "pycryptopp >= 0.2.8", "nevow >= 0.6.0", "zope.interface", + "twisted >= 2.4.0", ] import sys if hasattr(sys, 'frozen'):