From abbc6436ec580d424b2128a78f06b06ec6e7143c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 22 Nov 2016 22:41:53 -0500 Subject: Replace smtpd with aiosmtpd. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4891ff7b9..e1190aaa8 100644 --- a/setup.py +++ b/setup.py @@ -104,6 +104,7 @@ case second `m'. Any other spelling is incorrect.""", 'flake8.extension': ['B4 = mailman.testing.flake8:ImportOrder'], }, install_requires = [ + 'aiosmtpd', 'alembic', 'falcon>=1.0.0rc1', 'flufl.bounce', -- cgit v1.2.3-70-g09d2