summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 6b85b4cce..14e694b4d 100644
--- a/setup.py
+++ b/setup.py
@@ -97,16 +97,15 @@ case second `m'. Any other spelling is incorrect.""",
'argparse',
'flufl.i18n',
'lazr.config',
- 'lazr.delegates',
- 'lazr.restful',
'lazr.smtptest',
'locknix',
'munepy',
+ 'restish',
'storm',
'zc.buildout',
'zope.component',
+ 'zope.configuration',
'zope.interface',
- 'zope.schema',
],
extras_require=dict(
docs=['Sphinx', 'z3c.recipe.sphinxdoc'],