Blame requirements.txt

Packit Service a04d08
# Pypi requirements for cloud-init to work
Packit Service a04d08
Packit Service a04d08
# Used for untemplating any files or strings with parameters.
Packit Service a04d08
jinja2
Packit Service a04d08
Packit Service a04d08
# This one is currently only used by the MAAS datasource. If that
Packit Service a04d08
# datasource is removed, this is no longer needed
Packit Service a04d08
oauthlib
Packit Service a04d08
Packit Service a04d08
# This one is currently used only by the CloudSigma and SmartOS datasources.
Packit Service a04d08
# If these datasources are removed, this is no longer needed.
Packit Service a04d08
#
Packit Service a04d08
# This will not work in py2.6 so it is only optionally installed on
Packit Service a04d08
# python 2.7 and later.
Packit Service a04d08
#
Packit Service a04d08
# pyserial
Packit Service a04d08
Packit Service a04d08
# This is only needed for places where we need to support configs in a manner
Packit Service a04d08
# that the built-in config parser is not sufficent (ie
Packit Service a04d08
# when we need to preserve comments, or do not have a top-level
Packit Service a04d08
# section)...
Packit Service a04d08
configobj>=5.0.2
Packit Service a04d08
Packit Service a04d08
# All new style configurations are in the yaml format
Packit Service a04d08
pyyaml
Packit Service a04d08
Packit Service a04d08
# Requests handles ssl correctly!
Packit Service a04d08
requests
Packit Service a04d08
Packit Service a04d08
# For patching pieces of cloud-config together
Packit Service a04d08
jsonpatch
Packit Service a04d08
Packit Service a04d08
# For validating cloud-config sections per schema definitions
Packit Service a04d08
jsonschema