diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-12-26 22:22:09 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-12-26 22:22:09 +0000 |
| commit | 8b11d8050aaaf78b454713ab90cee74ce54dca3a (patch) | |
| tree | 38ff36733ea4623fd3983de0d8af10bfd2644cc2 | |
| parent | 041c0c7e84e60399077408a0a3bdbc71c0e040e9 (diff) | |
| download | pyramid-8b11d8050aaaf78b454713ab90cee74ce54dca3a.tar.gz pyramid-8b11d8050aaaf78b454713ab90cee74ce54dca3a.tar.bz2 pyramid-8b11d8050aaaf78b454713ab90cee74ce54dca3a.zip | |
Depend on Zope packages expliticly instead of having them come from chameleon automagically.
| -rw-r--r-- | setup.py | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -31,14 +31,16 @@ except IOError: install_requires=[ 'chameleon.core [lxml] >= 1.0b13', 'chameleon.genshi >= 1.0b2', - 'chameleon.zpt >= 1.0b7', + 'chameleon.zpt >= 1.0b8', 'PasteScript', 'Routes', 'setuptools', 'WebOb', - 'repoze.zcml', + 'zope.interface', + 'zope.component', 'zope.hookable', 'zope.testing', + 'repoze.zcml', ] setup(name='repoze.bfg', |
