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