From 850184ae62a51a03d3e3b397dedf9f5372998222 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 6 Oct 2012 05:00:20 -0400 Subject: [PATCH] Add PyYaml to the requirements to have YAML format fixture available for the bootstrap app --- requirements/production.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/production.txt b/requirements/production.txt index 933d4c4ce4..91e52394f4 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -20,3 +20,4 @@ requests==0.13.1 pbs==0.105 psutil==0.5.1 GitPython==0.3.2.RC1 +PyYAML==3.10