~allenap/txlongpollfixture/bits-n-bobs

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Julian Edwards
  • Date: 2011-09-22 15:44:56 UTC
  • Revision ID: julian.edwards@canonical.com-20110922154456-b3cof3ghuw51jtdz
amqplib not needed in setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    zip_safe=False,
14
14
    description='Magic.',
15
15
    install_requires=[
16
 
        'amqplib >= 0.6.1',
17
16
        'fixtures >= 0.3.6',
18
17
        'setuptools',
19
18
        'testtools >= 0.9.11',