diff options
| author | Mark Sapiro | 2016-12-09 10:09:35 -0800 |
|---|---|---|
| committer | Mark Sapiro | 2016-12-09 10:09:35 -0800 |
| commit | 39f3083f43a648d42b9de7c9c300e2902e0f9179 (patch) | |
| tree | bd51f11de2821bd5c2b2f53db2d1bfc7ea5ad58b /setup.py | |
| parent | 898686f9317d75895eac62b3563b365ccc6b4ce8 (diff) | |
| parent | 00d59d69137848b87d021475b40c8e39fe190636 (diff) | |
| download | mailman-39f3083f43a648d42b9de7c9c300e2902e0f9179.tar.gz mailman-39f3083f43a648d42b9de7c9c300e2902e0f9179.tar.zst mailman-39f3083f43a648d42b9de7c9c300e2902e0f9179.zip | |
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', |
