summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 3fc6cbe98..2d182cdc7 100644
--- a/setup.py
+++ b/setup.py
@@ -101,9 +101,10 @@ case second `m'. Any other spelling is incorrect.""",
include_package_data = True,
entry_points = {
'console_scripts' : list(scripts),
- 'flake8.extension': ['B40 = mailman.testing.flake8:ImportOrder'],
+ 'flake8.extension': ['B4 = mailman.testing.flake8:ImportOrder'],
},
install_requires = [
+ 'aiosmtpd',
'alembic',
'falcon>=1.0.0rc1',
'flufl.bounce',
@@ -111,7 +112,6 @@ case second `m'. Any other spelling is incorrect.""",
'flufl.lock',
'httplib2',
'lazr.config',
- 'lazr.smtptest',
'nose2',
'passlib',
'requests',