diff options
| author | Barry Warsaw | 2007-10-31 17:43:04 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-10-31 17:43:04 -0400 |
| commit | f33f6865030eff55eb140a553f319be0d5011651 (patch) | |
| tree | afeb385c72a8d44bdd858f4f23ccf9df828537f1 /setup.py | |
| parent | e25b49d4fb6e7f8bee83f9bc5e0ed56962ced267 (diff) | |
| download | mailman-f33f6865030eff55eb140a553f319be0d5011651.tar.gz mailman-f33f6865030eff55eb140a553f319be0d5011651.tar.zst mailman-f33f6865030eff55eb140a553f319be0d5011651.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ Any other spelling is incorrect.""", }, # Third-party requirements. install_requires = [ - 'Elixir', + 'Elixir>0.4.0', 'SQLAlchemy', 'locknix', 'munepy', |
