Removed non existing dependencies

This commit is contained in:
2022-07-11 13:16:50 +02:00
parent 2e97cfb798
commit f765dad8a2
2 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ _git_changed() {
echo "Installing dependencies..."
pip3 install -U pip wheel pyparsing pydot
pip3 install Django django-extensions
pip3 install -r $INPUT_PIP_PATH
echo "Creating data model..."