summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-25 17:54:40 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-25 17:54:40 +0000
commit103efb5aae885a70590ad1f3c5807af9da8d1ab7 (patch)
tree1b335d2d088b84544f8ef5bad713bc8922674153 /setup.py
parent2aa86c1a5227a675d32c4ede06e0c031ae3edfad (diff)
downloadpyramid-103efb5aae885a70590ad1f3c5807af9da8d1ab7.tar.gz
pyramid-103efb5aae885a70590ad1f3c5807af9da8d1ab7.tar.bz2
pyramid-103efb5aae885a70590ad1f3c5807af9da8d1ab7.zip
- A dependency on the ``repoze.zcml`` package has been removed (its
functionality is replaced internally).
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',
]