summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBarry Warsaw2007-10-31 17:43:04 -0400
committerBarry Warsaw2007-10-31 17:43:04 -0400
commitf33f6865030eff55eb140a553f319be0d5011651 (patch)
treeafeb385c72a8d44bdd858f4f23ccf9df828537f1 /setup.py
parente25b49d4fb6e7f8bee83f9bc5e0ed56962ced267 (diff)
downloadmailman-f33f6865030eff55eb140a553f319be0d5011651.tar.gz
mailman-f33f6865030eff55eb140a553f319be0d5011651.tar.zst
mailman-f33f6865030eff55eb140a553f319be0d5011651.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c3458748b..18c73e788 100644
--- a/setup.py
+++ b/setup.py
@@ -90,7 +90,7 @@ Any other spelling is incorrect.""",
},
# Third-party requirements.
install_requires = [
- 'Elixir',
+ 'Elixir>0.4.0',
'SQLAlchemy',
'locknix',
'munepy',