From 05968afb29ddf7556eb0a1d27e2f22f26aa729cc Mon Sep 17 00:00:00 2001 From: debugtalk Date: Tue, 20 Jun 2017 20:52:28 +0800 Subject: [PATCH] bugfix: add PyYAML to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fc40297..2536011c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ requests termcolor -flask \ No newline at end of file +flask +PyYAML \ No newline at end of file