diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-03 03:09:17 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-03 03:09:17 -0400 |
| commit | 79ef3d108e2aa1d630a6f06a8bed107e2ba6d43e (patch) | |
| tree | f7b2abb01e309f0cc13f40558c25c22054d4652b /setup.py | |
| parent | a7d50d87b447384a30fc2c69eaaef1d974e7562a (diff) | |
| download | pyramid-79ef3d108e2aa1d630a6f06a8bed107e2ba6d43e.tar.gz pyramid-79ef3d108e2aa1d630a6f06a8bed107e2ba6d43e.tar.bz2 pyramid-79ef3d108e2aa1d630a6f06a8bed107e2ba6d43e.zip | |
mechanical cut at removing zope.configuration dependencies (breaks pyramid_zcml right now)
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,9 +35,8 @@ install_requires=[ 'repoze.lru', 'setuptools', 'zope.component >= 3.6.0', # independent of zope.hookable - 'zope.configuration', - 'zope.deprecation', 'zope.interface >= 3.5.1', # 3.5.0 comment: "allow to bootstrap on jython" + 'zope.deprecation', 'venusian >= 1.0a1', # ``onerror`` 'translationstring', ] |
