diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 0c4951f5..61d1e90b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,14 +27,14 @@ configobj>=5.0.2 # All new style configurations are in the yaml format pyyaml -# The new main entrypoint uses argparse instead of optparse -argparse - # Requests handles ssl correctly! requests # For patching pieces of cloud-config together jsonpatch +# For validating cloud-config sections per schema definitions +jsonschema + # For Python 2/3 compatibility six |