Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1353)

Side by Side Diff: server-requirements.pip

Issue 71230043: Constraint parsing from charmworldlib.
Patch Set: Constraint parsing from charmworldlib. Created 10 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « deps/charmworldlib-0.3.0.tar.gz ('k') | server/guiserver/bundles/utils.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Juju GUI server requirements. 1 # Juju GUI server requirements.
2 2
3 # This file is part of the Juju GUI, which lets users view and manage Juju 3 # This file is part of the Juju GUI, which lets users view and manage Juju
4 # environments within a graphical interface (https://launchpad.net/juju-gui). 4 # environments within a graphical interface (https://launchpad.net/juju-gui).
5 # Copyright (C) 2012-2013 Canonical Ltd. 5 # Copyright (C) 2012-2013 Canonical Ltd.
6 # 6 #
7 # This program is free software: you can redistribute it and/or modify it under 7 # This program is free software: you can redistribute it and/or modify it under
8 # the terms of the GNU Affero General Public License version 3, as published by 8 # the terms of the GNU Affero General Public License version 3, as published by
9 # the Free Software Foundation. 9 # the Free Software Foundation.
10 # 10 #
(...skipping 10 matching lines...) Expand all
21 # The libcurl3, python-bzrlib, python-pycurl and python-yaml dependencies are 21 # The libcurl3, python-bzrlib, python-pycurl and python-yaml dependencies are
22 # installed using apt in the charm hooks. 22 # installed using apt in the charm hooks.
23 # The curl packages are required by Tornado's curl_httpclient. YAML support is 23 # The curl packages are required by Tornado's curl_httpclient. YAML support is
24 # required to parse bundles. The Bazaar library is used by the deployer. 24 # required to parse bundles. The Bazaar library is used by the deployer.
25 25
26 futures==2.1.4 26 futures==2.1.4
27 tornado==3.1.1 27 tornado==3.1.1
28 websocket-client==0.12.0 28 websocket-client==0.12.0
29 jujuclient==0.15 29 jujuclient==0.15
30 juju-deployer==0.3.2 30 juju-deployer==0.3.2
31 charmworldlib==0.3.0
OLDNEW
« no previous file with comments | « deps/charmworldlib-0.3.0.tar.gz ('k') | server/guiserver/bundles/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b