diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |
