summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-03 03:09:17 -0400
committerChris McDonough <chrism@plope.com>2011-09-03 03:09:17 -0400
commit79ef3d108e2aa1d630a6f06a8bed107e2ba6d43e (patch)
treef7b2abb01e309f0cc13f40558c25c22054d4652b /setup.py
parenta7d50d87b447384a30fc2c69eaaef1d974e7562a (diff)
downloadpyramid-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.py3
1 files changed, 1 insertions, 2 deletions
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',
]