From f00b94f18e1d82d1488cbcee6053f03423bc2f49 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 22 Jul 2017 03:02:05 +0000 Subject: Convert to click for CLI options --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') 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', -- cgit v1.2.3-70-g09d2