~allenap/maas/repackage

« back to all changes in this revision

Viewing changes to pkg/maas-cluster/setup.py

  • Committer: Gavin Panella
  • Date: 2014-07-15 20:09:31 UTC
  • mfrom: (1745.2.667 maas)
  • Revision ID: gavin.panella@canonical.com-20140715200931-tf71h4gu2fqgo2ot
Merge trunk r2412, resolving minor conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
        fout.write(b"\n\nsetup(**%r)\n" % settings)
195
195
 
196
196
 
197
 
setup(**{'install_requires': ['celery >= 2.5.3', 'crochet >= 1.0.0', 'formencode >= 1.2.4', 'lxml >= 3.2.0', 'maas-apiclient >= 1.4', 'netaddr >= 0.7.7', 'netifaces >= 0.8', 'oops >= 0.0.10', 'oops-datedir-repo >= 0.0.15', 'oops-twisted >= 0.0.6', 'pexpect >= 3.1', 'python-seamicroclient >= 0.1', 'PyYAML >= 3.1.0', 'simplejson >= 3.3.0', 'tempita >= 0.5.1', 'twisted >= 13.0.0', 'txamqp >= 0.6.1', 'zope.interface >= 4.0.5'], 'entry_points': {'console_scripts': set(['maas-cluster-worker = maascluster.entrypoints:celeryd', 'maas-cluster-twistd = maascluster.entrypoints:twistd', 'maas-probe-dhcp = maascluster.entrypoints:probe_dhcp', 'maas-provision = maascluster.entrypoints:provision'])}, 'name': 'maas-cluster', 'tests_require': ['fixtures >= 0.3.8', 'maas-testing >= 1.4', 'mock >= 1.0b1', 'rabbitfixture >= 0.3.5', 'testtools >= 0.9.32'], 'description': 'MAAS Provisioning Server (part of a Cluster Controller).'})
 
197
setup(**{'install_requires': ['celery >= 2.5.3', 'crochet >= 1.0.0', 'formencode >= 1.2.4', 'lxml >= 3.2.0', 'maas-apiclient >= 1.4', 'netaddr >= 0.7.7', 'netifaces >= 0.8', 'oops >= 0.0.10', 'oops-datedir-repo >= 0.0.15', 'oops-twisted >= 0.0.6', 'paramiko >= 1.10.1', 'pexpect >= 3.1', 'python-seamicroclient >= 0.1', 'PyYAML >= 3.1.0', 'simplejson >= 3.3.0', 'tempita >= 0.5.1', 'twisted >= 13.0.0', 'txamqp >= 0.6.1', 'zope.interface >= 4.0.5'], 'entry_points': {'console_scripts': set(['maas-cluster-worker = maascluster.entrypoints:celeryd', 'maas-cluster-twistd = maascluster.entrypoints:twistd', 'maas-probe-dhcp = maascluster.entrypoints:probe_dhcp', 'maas-provision = maascluster.entrypoints:provision'])}, 'name': 'maas-cluster', 'tests_require': ['fixtures >= 0.3.8', 'maas-testing >= 1.4', 'mock >= 1.0b1', 'rabbitfixture >= 0.3.5', 'testtools >= 0.9.32'], 'description': 'MAAS Provisioning Server (part of a Cluster Controller).'})