~ubuntu-branches/ubuntu/saucy/cloud-init/saucy

223.2.4 by Scott Moser
* New upstream snapshot.
1
# Pypi requirements for cloud-init to work
2
223.2.6 by Scott Moser
* New upstream snapshot.
3
# Used for untemplating any files or strings with parameters.
4
cheetah
223.2.4 by Scott Moser
* New upstream snapshot.
5
6
# This is used for any pretty printing of tabular data.
7
PrettyTable
8
9
# This one is currently only used by the MAAS datasource. If that
10
# datasource is removed, this is no longer needed
11
oauth
12
1.4.1 by Scott Moser
Import upstream version 0.7.3~bzr858
13
# This one is currently used only by the SmartOS datasource. If that
14
# datasource is removed, this is no longer needed
15
pyserial
16
223.2.4 by Scott Moser
* New upstream snapshot.
17
# This is only needed for places where we need to support configs in a manner
18
# that the built-in config parser is not sufficent (ie
19
# when we need to preserve comments, or do not have a top-level
20
# section)...
21
configobj
22
23
# All new style configurations are in the yaml format
24
pyyaml
25
26
# The new main entrypoint uses argparse instead of optparse
27
argparse
245.4.6 by Scott Moser
* New upstream snapshot.
28
29
# Requests handles ssl correctly!
30
requests
31
32
# Boto for ec2
33
boto
282.1.5 by Scott Moser
* Reads the currently set value in /etc/cloud/cloud.cfg.d/90_dpkg.cfg to
34
35
# For patching pieces of cloud-config together
36
jsonpatch