summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBarry Warsaw2017-07-22 03:02:06 +0000
committerBarry Warsaw2017-07-22 03:02:06 +0000
commit02826321d0430d7ffc1f674eeff4221941689ef7 (patch)
tree1a8e56dff0eab71e58e5fc9ecc5f3c614d7edca7 /setup.py
parentf54c045519300f6f70947d1114f46c2b8ae0d368 (diff)
parentf00b94f18e1d82d1488cbcee6053f03423bc2f49 (diff)
downloadmailman-02826321d0430d7ffc1f674eeff4221941689ef7.tar.gz
mailman-02826321d0430d7ffc1f674eeff4221941689ef7.tar.zst
mailman-02826321d0430d7ffc1f674eeff4221941689ef7.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b28357baf..67fdb16bf 100644
--- a/setup.py
+++ b/setup.py
@@ -104,14 +104,15 @@ case second `m'. Any other spelling is incorrect.""",
'console_scripts' : list(scripts),
},
install_requires = [
- 'aiosmtpd>=1.0a5',
+ 'aiosmtpd>=1.1',
'alembic',
'atpublic',
+ 'click',
'dnspython>=1.14.0',
'falcon>=1.0.0rc1',
'flufl.bounce',
'flufl.i18n',
- 'flufl.lock',
+ 'flufl.lock>=3.1',
'lazr.config',
'passlib',
'requests',