From 407026c9d6743a54db797bba7383e5848e2ebba8 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Sat, 4 Jul 2020 01:51:29 -0500 Subject: [PATCH] Update requirements.txt The "graphviz" Python module is required. Clarify that within the requirements. (the graphviz/dot commands are needed at the OS level, but that can't be fixed here) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 9c558e3..eddf35b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ . +graphviz