~rnix/mailman/anon-subscribe

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Niederreiter
  • Date: 2012-07-31 14:40:16 UTC
  • Revision ID: rnix@squarewave.at-20120731144016-0neiony5s1e42hmr
remove received_time

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        'zope.interface',
113
113
        'zope.testing<4',
114
114
        ],
 
115
    extras_require = dict(
 
116
        psycopg2 = [
 
117
            'psycopg2>=2.0.7',
 
118
        ]),
115
119
    )