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 |
||
13 |
# This is only needed for places where we need to support configs in a manner |
|
14 |
# that the built-in config parser is not sufficent (ie |
|
15 |
# when we need to preserve comments, or do not have a top-level |
|
16 |
# section)... |
|
17 |
configobj
|
|
18 |
||
19 |
# All new style configurations are in the yaml format |
|
20 |
pyyaml
|
|
21 |
||
22 |
# The new main entrypoint uses argparse instead of optparse |
|
23 |
argparse
|
|
245.4.6
by Scott Moser
* New upstream snapshot. |
24 |
|
25 |
# Requests handles ssl correctly! |
|
26 |
requests
|
|
27 |
||
28 |
# Boto for ec2 |
|
29 |
boto
|