Added graphviz as dependency

This commit is contained in:
2022-07-11 13:24:05 +02:00
parent f765dad8a2
commit 562d275999

View File

@@ -26,7 +26,7 @@ _git_changed() {
}
echo "Installing dependencies..."
pip3 install -U pip wheel pyparsing pydot
pip3 install -U pip wheel pyparsing graphviz pydot
pip3 install Django django-extensions
pip3 install -r $INPUT_PIP_PATH