summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1d1fd729c..e26ab008a 100644
--- a/setup.py
+++ b/setup.py
@@ -36,8 +36,8 @@ install_requires=[
'WebOb',
'zope.interface >= 3.5.1', # 3.5.0 comment: "allow to bootstrap on jython"
'zope.component >= 3.6.0', # independent of zope.hookable
+ 'zope.configuration',
'zope.deprecation',
- 'repoze.zcml',
'repoze.lru',
]