diff options
| author | Barry Warsaw | 2007-11-04 18:10:21 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2007-11-04 18:10:21 -0500 |
| commit | 46f480dfaa6286ff8950af817de1c35910b37e16 (patch) | |
| tree | 194e8a3fb2150b7fa9ce5063a4b5b4acdf821365 /setup.py | |
| parent | 85473d738ce8ec53ac518819832e0babc3558cf2 (diff) | |
| download | mailman-46f480dfaa6286ff8950af817de1c35910b37e16.tar.gz mailman-46f480dfaa6286ff8950af817de1c35910b37e16.tar.zst mailman-46f480dfaa6286ff8950af817de1c35910b37e16.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,10 +90,10 @@ Any other spelling is incorrect.""", }, # Third-party requirements. install_requires = [ - 'Elixir>0.4.0', 'SQLAlchemy', 'locknix', 'munepy', + 'storm', 'wsgiref', 'zope.interface', ], |
