summaryrefslogtreecommitdiff
path: root/Requires
blob: e2ec8ff747fd5dc08a8e21439bdd4a4e53272645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Pypi requirements for cloud-init to work

# Used for templating any files or strings that are considered 
# to be templates, not cheetah since it pulls in alot of extra libs.
# This one is pretty dinky and does want we want (var substituion)
Tempita>=0.4

# This is used for any pretty printing of tabular data.
PrettyTable>=0.4

# This one is currently only used by the MAAS datasource. If that
# datasource is removed, this is no longer needed
oauth>=1.0

# This is used to fetch the ec2 metadata into a easily
# parseable format, instead of having to have cloud-init perform
# those same fetchs and decodes and signing (...) that ec2 requires.
boto>=2.4

# This is only needed if you have old style configurations
configobj>=4.6

# All new style configurations are in the yaml format
pyyaml>=3.0