summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMark Sapiro2017-04-08 01:35:15 +0000
committerMark Sapiro2017-04-08 01:35:15 +0000
commitfb6e4637993ca4ad91ee6d7c9b93ec891b81c7bd (patch)
treed6ca1393d3c3a97ac8529ea7c33a14d791551a99 /setup.py
parentd4f8bac7cc5a85b177f122ba78f3f837238027f6 (diff)
downloadmailman-fb6e4637993ca4ad91ee6d7c9b93ec891b81c7bd.tar.gz
mailman-fb6e4637993ca4ad91ee6d7c9b93ec891b81c7bd.tar.zst
mailman-fb6e4637993ca4ad91ee6d7c9b93ec891b81c7bd.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 78b6025b8..c3735744d 100644
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,7 @@ case second `m'. Any other spelling is incorrect.""",
'console_scripts' : list(scripts),
},
install_requires = [
- 'aiosmtpd',
+ 'aiosmtpd>=1.0a5',
'alembic',
'atpublic',
'dnspython>=1.14.0',