mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-26 13:59:59 +00:00
setup.py: name zope.interface >= 3.0 as one of our dependencies
This commit is contained in:
parent
708fb4f643
commit
714273666b
@ -24,6 +24,7 @@ except ImportError:
|
|||||||
install_requires=["zfec >= 1.0.3",
|
install_requires=["zfec >= 1.0.3",
|
||||||
"foolscap >= 0.1.6",
|
"foolscap >= 0.1.6",
|
||||||
"simplejson >= 1.4",
|
"simplejson >= 1.4",
|
||||||
|
"zope.interface >= 3.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Ubuntu Dapper includes nevow-0.6.0 and twisted-2.2.0, both of which work.
|
# Ubuntu Dapper includes nevow-0.6.0 and twisted-2.2.0, both of which work.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user