From 416943cc4e1ec7e4fc0e86640f24f0133a8b2f4e Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 20 Aug 2014 21:46:46 -0400 Subject: Add support for parsing YAML Adds new YAML examples. Also adds some new CLI test cases which compare --noop stdout (from the CLI) for the json and yaml examples to verify they generate the same things. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 3bf6ba4..b3cb7ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ eventlet>=0.13.0 iso8601>=0.1.9 netaddr>=0.7.6 oslo.config>=1.2.0 +PyYAML>=3.1.0 -- cgit 1.2.3-korg