~nkarageuzian/mailman/usermanagement

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Barry Warsaw
  • Date: 2011-07-15 22:55:19 UTC
  • mfrom: (7027.1.1 refactor)
  • Revision ID: barry@list.org-20110715225519-3q8qr1oyv9rqfcd1
Factor out bounce detection to `flufl.bounce`.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
        },
95
95
    install_requires = [
96
96
        'argparse',
 
97
        'flufl.bounce',
97
98
        'flufl.enum',
98
99
        'flufl.i18n',
99
100
        'flufl.lock',