diff options
| author | Barry Warsaw | 2016-11-30 20:57:31 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-30 20:57:31 +0000 |
| commit | 36a17d6ef058d61c9f866c66f3d9c74703fb72cc (patch) | |
| tree | 4ac6f4060582744159e612b66b88b86e241a0d6e /setup.py | |
| parent | cb498d3e960af6c741fac9896d8a60bab9f79865 (diff) | |
| parent | 4a8b154e92acc76cdb437f2dc57543f67e1390a3 (diff) | |
| download | mailman-36a17d6ef058d61c9f866c66f3d9c74703fb72cc.tar.gz mailman-36a17d6ef058d61c9f866c66f3d9c74703fb72cc.tar.zst mailman-36a17d6ef058d61c9f866c66f3d9c74703fb72cc.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -101,15 +101,16 @@ 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', 'falcon>=1.0.0rc1', 'flufl.bounce', 'flufl.i18n', 'flufl.lock', + 'flufl.testing', 'httplib2', 'lazr.config', 'nose2', |
