diff options
| author | Barry Warsaw | 2009-04-02 15:19:00 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-04-02 15:19:00 -0500 |
| commit | bc9182c7d3d5b8402fe7d0161047ba08d2d31aaf (patch) | |
| tree | 2a2f7f88371ccfcae9843d69a539bbb38dfd3d6d /setup.py | |
| parent | c2041a01644dff0b59ef4413d74120d99e57124f (diff) | |
| download | mailman-bc9182c7d3d5b8402fe7d0161047ba08d2d31aaf.tar.gz mailman-bc9182c7d3d5b8402fe7d0161047ba08d2d31aaf.tar.zst mailman-bc9182c7d3d5b8402fe7d0161047ba08d2d31aaf.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 = [ |
