summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 234992632..865259f65 100644
--- a/setup.py
+++ b/setup.py
@@ -88,11 +88,14 @@ case second `m'. Any other spelling is incorrect.""",
'console_scripts' : list(scripts),
},
install_requires = [
+ 'argparse',
'lazr.config',
'lazr.delegates',
+ 'lazr.restful',
'locknix',
'munepy',
'storm',
+ 'zope.schema',
'zope.interface',
],
setup_requires = [