setup: require twisted >= 2.4.0

This commit is contained in:
Zooko O'Whielacronx 2008-04-08 18:12:00 -07:00
parent 8783eabf5a
commit 6090a561aa

View File

@ -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'):