From f96b572b68c7da63c7a6537bc9c20f671a7783ec Mon Sep 17 00:00:00 2001 From: Nicolas Setton Date: Mon, 4 Sep 2017 13:20:30 -0400 Subject: [PATCH] Add missing pyyaml requirement --- REQUIREMENTS.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/REQUIREMENTS.txt b/REQUIREMENTS.txt index 6e5370e..f5de22c 100644 --- a/REQUIREMENTS.txt +++ b/REQUIREMENTS.txt @@ -1,2 +1,3 @@ django djangorestframework +pyyaml