Added wheel to default installs

This commit is contained in:
2021-02-14 00:59:46 +01:00
committed by GitHub
parent f5ffd2f04c
commit 1c2cef08ae

View File

@@ -27,7 +27,7 @@ _git_changed() {
# PROGRAM
echo "Installing dependencies..."
pip3 install -U pip pip3 pyparsing pydot
pip3 install -U pip wheel pyparsing pydot
pip3 install -r $INPUT_PIP_PATH
echo "Creating data model..."
cd $INPUT_PROJECT_PATH