diff options
| author | Barry Warsaw | 2013-09-01 11:21:39 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2013-09-01 11:21:39 -0400 |
| commit | 6f80919e380f77d416fac5f8d7c7bfd6f7b3774a (patch) | |
| tree | 47054154e162ad374a332043149452a8f86884ec /setup.py | |
| parent | e0e5fe66f8373753100e0146e4b470577492c1a1 (diff) | |
| parent | 6644023236f207652519a430109a1f6f2893370f (diff) | |
| download | mailman-6f80919e380f77d416fac5f8d7c7bfd6f7b3774a.tar.gz mailman-6f80919e380f77d416fac5f8d7c7bfd6f7b3774a.tar.zst mailman-6f80919e380f77d416fac5f8d7c7bfd6f7b3774a.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -93,22 +93,22 @@ case second `m'. Any other spelling is incorrect.""", 'console_scripts' : list(scripts), }, install_requires = [ + 'enum34', 'flufl.bounce', - 'flufl.enum', 'flufl.i18n', 'flufl.lock', 'httplib2', 'lazr.config', 'lazr.smtptest', 'mock', + 'nose2', 'passlib', 'restish', 'storm', - 'zc.buildout', 'zope.component', 'zope.configuration', 'zope.event', 'zope.interface', - 'zope.testing<4', ], + test_suite = 'nose2.collector.collector', ) |
