diff --git a/script/bootstrap b/script/bootstrap index 13e930d..7a82923 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -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