From 8b067e58738c98ee432b815f7fc025d0a58fbbbf Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Sat, 4 Jul 2020 09:52:15 -0500 Subject: [PATCH] Update requirements.txt (#58) Include graphviz and pyyaml in requirements.txt (the graphviz/dot commands are needed at the OS level, but that can't be fixed here) Co-authored-by: Daniel Rojas --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 9c558e3..d24fc95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,3 @@ . +graphviz +pyyaml