summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-04-02 15:19:00 -0500
committerBarry Warsaw2009-04-02 15:19:00 -0500
commitbc9182c7d3d5b8402fe7d0161047ba08d2d31aaf (patch)
tree2a2f7f88371ccfcae9843d69a539bbb38dfd3d6d /setup.py
parentc2041a01644dff0b59ef4413d74120d99e57124f (diff)
downloadmailman-bc9182c7d3d5b8402fe7d0161047ba08d2d31aaf.tar.gz
mailman-bc9182c7d3d5b8402fe7d0161047ba08d2d31aaf.tar.zst
mailman-bc9182c7d3d5b8402fe7d0161047ba08d2d31aaf.zip
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 = [