diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -101,16 +101,17 @@ case second `m'. Any other spelling is incorrect.""", include_package_data = True, entry_points = { 'console_scripts' : list(scripts), - 'flake8.extension': ['B4 = mailman.testing.flake8:ImportOrder'], }, install_requires = [ 'aiosmtpd', 'alembic', + 'atpublic', 'dnspython>=1.14.0', 'falcon>=1.0.0rc1', 'flufl.bounce', 'flufl.i18n', 'flufl.lock', + 'flufl.testing', 'httplib2', 'lazr.config', 'nose2', |
