~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: William Grant
  • Date: 2011-07-13 01:33:27 UTC
  • mto: This revision was merged to the branch mainline in revision 13408.
  • Revision ID: william.grant@canonical.com-20110713013327-zes3rw91209xy0s2
Don't depend on lazr.amqp. It's to be an external microservice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        'pydkim',
64
64
        'python-openid',
65
65
        'pytz',
 
66
        'rabbitfixture',
66
67
        # This appears to be a broken indirect dependency from zope.security:
67
68
        'RestrictedPython',
68
69
        'selenium',
134
135
        'Paste',
135
136
        'PasteDeploy',
136
137
        'SimpleTal',
137
 
        'lazr.amqp',
138
138
    ],
139
139
    url='https://launchpad.net/',
140
140
    classifiers=[