From 79ef3d108e2aa1d630a6f06a8bed107e2ba6d43e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 3 Sep 2011 03:09:17 -0400 Subject: mechanical cut at removing zope.configuration dependencies (breaks pyramid_zcml right now) --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9a19b8a5b..18260b992 100644 --- a/setup.py +++ b/setup.py @@ -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', ] -- cgit v1.2.3