~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Barry Warsaw
  • Date: 2012-06-28 03:03:04 UTC
  • mto: This revision was merged to the branch mainline in revision 7156.
  • Revision ID: barry@list.org-20120628030304-cjlh7q9tgwasxno2
Replace flufl.password with passlib, albeit with a wrapper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
        'flufl.enum',
99
99
        'flufl.i18n',
100
100
        'flufl.lock',
101
 
        'flufl.password',
102
101
        'httplib2',
103
102
        'lazr.config',
104
103
        'lazr.smtptest',
105
104
        'mock',
 
105
        'passlib',
106
106
        'restish',
107
107
        'storm',
108
108
        'zc.buildout',