setup.py: name zope.interface >= 3.0 as one of our dependencies

This commit is contained in:
Zooko O'Whielacronx 2007-09-20 10:46:50 -07:00
parent 708fb4f643
commit 714273666b

View File

@ -24,6 +24,7 @@ except ImportError:
install_requires=["zfec >= 1.0.3",
"foolscap >= 0.1.6",
"simplejson >= 1.4",
"zope.interface >= 3.0",
]
# Ubuntu Dapper includes nevow-0.6.0 and twisted-2.2.0, both of which work.