summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-03 23:08:56 -0400
committerChris McDonough <chrism@plope.com>2011-09-03 23:08:56 -0400
commitb074e399b91f1facb17c03bcff4777f51fef4457 (patch)
treed1b7a4d59cb012c12f70052705d626e5275d43e6 /setup.py
parentc2aae1f09786f1044ded7c61a83961fed87cc7d9 (diff)
parent061154d55814c29598b80510a932396305a425a9 (diff)
downloadpyramid-b074e399b91f1facb17c03bcff4777f51fef4457.tar.gz
pyramid-b074e399b91f1facb17c03bcff4777f51fef4457.tar.bz2
pyramid-b074e399b91f1facb17c03bcff4777f51fef4457.zip
Merge branch 'feature.actionstate'
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',
]