Include a >=10.0.1 for pip -U pip

This commit is contained in:
Ross McFarland
2018-04-20 12:45:53 -07:00
parent f86c06d304
commit 4f577bbcab
+1 -1
View File
@@ -19,7 +19,7 @@ if [ ! -d "$VENV_NAME" ]; then
fi
. "$VENV_NAME/bin/activate"
pip install -U pip
pip install -U 'pip>=10.0.1'
pip install -r requirements.txt
if [ "$ENV" != "production" ]; then