diff options
| author | Barry Warsaw | 2014-08-14 13:43:35 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2014-08-14 13:43:35 -0400 |
| commit | 4236657a07af91b1a247ca3fecc3838a875d127f (patch) | |
| tree | 860513dc336f3dd10124fbfba94dc01ab6fdcd3f /setup.py | |
| parent | 994abc4ce1d67d5a96d54912134407d3271e3839 (diff) | |
| download | mailman-4236657a07af91b1a247ca3fecc3838a875d127f.tar.gz mailman-4236657a07af91b1a247ca3fecc3838a875d127f.tar.zst mailman-4236657a07af91b1a247ca3fecc3838a875d127f.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,6 +94,7 @@ case second `m'. Any other spelling is incorrect.""", }, install_requires = [ 'enum34', + 'falcon', 'flufl.bounce', 'flufl.i18n', 'flufl.lock', @@ -103,7 +104,6 @@ case second `m'. Any other spelling is incorrect.""", 'mock', 'nose2', 'passlib', - 'restish', 'storm', 'zope.component', 'zope.configuration', |
