From 83d209e9ed1a1f7f70cd818e6142f97515f0e178 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Wed, 10 Feb 2016 10:54:25 -0600 Subject: Support policy file in YAML YAML provides the advantage of being able to add comments. bp policy-yaml Change-Id: Ic6236665f2d55b24a56a99120ac57fc2b18e32eb --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index e8793fa..343c6c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ oslo.config>=3.4.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 +PyYAML>=3.1.0 # MIT six>=1.9.0 # MIT -- cgit v1.2.1