Leave only setuptools override

This commit is contained in:
DarkPhoenix
2020-04-07 16:41:28 +03:00
parent 394583584c
commit 7c0bd7aa88

View File

@@ -4,7 +4,7 @@ python3 --version
echo "Upgrading pip..."
python3 -m pip install --upgrade pip
echo "Installing hardcoded app requirements for debugging..."
python3 -m pip install matplotlib==3.2.0 setuptools==42.0.2
python3 -m pip install setuptools==42.0.2
echo "Installing app requirements..."
python3 -m pip install -r requirements.txt
echo "Installing packaging tools..."