summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 9280b8737..fa190bf49 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',
'dnspython>=1.14.0',
'falcon>=1.0.0rc1',
@@ -112,7 +113,6 @@ case second `m'. Any other spelling is incorrect.""",
'flufl.lock',
'httplib2',
'lazr.config',
- 'lazr.smtptest',
'nose2',
'passlib',
'requests',