~vila/uci-engine/integration-speed-up

« back to all changes in this revision

Viewing changes to webui/setup.py

  • Committer: Ubuntu CI Bot
  • Author(s): Andy Doan
  • Date: 2014-06-10 18:19:02 UTC
  • mfrom: (553.1.2 webui-amqp)
  • Revision ID: ubuntu_ci_bot-20140610181902-hxpoo1xijutl15i9
[r=PS Jenkins bot, Celso Providelo, Evan Dandrea] webui: engine health requires amqp lib
  
my engine health changes cause this code to import amqp_utils. This
means the webui now requires amqplib. 1328518 from Andy Doan

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
requires = [
41
41
    'Django==1.5.5',
 
42
    'amqplib==1.0.0',
42
43
    'mock==1.0.1',
43
44
]
44
45