~hazmat/charms/trusty/juju-gui/trunk

« back to all changes in this revision

Viewing changes to tests/requirements.pip

  • Committer: Francesco Banconi
  • Date: 2013-10-09 10:48:53 UTC
  • mfrom: (60.13.41 trunk)
  • Revision ID: francesco.banconi@canonical.com-20131009104853-6b8oxx4k1ycmv2yk
Tags: 0.11.0
MergedĀ juju-guiĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
# GUI server -> juju deployer.
26
26
bzr==2.6.0
27
27
 
 
28
# Charm tests + juju deployer.
 
29
websocket-client==0.12.0
 
30
 
28
31
# Charm hooks + GUI server.
29
32
PyYAML==3.10
30
33
 
31
34
# GUI server.
32
35
futures==2.1.4
33
36
-e bzr+http://launchpad.net/juju-deployer/darwin#egg=juju-deployer
34
 
tornado==3.1
 
37
tornado==3.1.1
35
38
 
36
39
# Charm hooks.
37
 
-e bzr+http://launchpad.net/charm-tools#egg=charm-tools
38
40
launchpadlib==1.10.2
39
41
python-apt==0.8.5
40
 
-e bzr+http://launchpad.net/python-shelltoolbox#egg=python-shelltoolbox
41
42
Tempita==0.5.1
42
43
 
43
44
# Charm tests + GUI server tests.