summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2016-02-10 10:54:25 -0600
committerBrant Knudson <bknudson@us.ibm.com>2016-02-22 13:17:35 -0600
commit83d209e9ed1a1f7f70cd818e6142f97515f0e178 (patch)
tree6c6667b7268f5e4eb04eaa8db31eb6613fa97730 /requirements.txt
parent5fb13edfe6271ded5d4e4cad355ef802e8fbbcb9 (diff)
downloadoslo-policy-83d209e9ed1a1f7f70cd818e6142f97515f0e178.tar.gz
Support policy file in YAML
YAML provides the advantage of being able to add comments. bp policy-yaml Change-Id: Ic6236665f2d55b24a56a99120ac57fc2b18e32eb
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
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