diff --git a/bin/compile b/bin/compile index a498875..5d0b568 100755 --- a/bin/compile +++ b/bin/compile @@ -175,7 +175,7 @@ fi # Install dependencies with Pip. puts-step "Installing dependencies using pip (1.2.1)" -pip install --use-mirrors -r requirements.txt --exists-action=w --src=./.heroku/src # | cleanup | indent +pip install --use-mirrors -r requirements.txt --exists-action=w --src=./.heroku/src | indent # | cleanup | indent # Django collectstatic support. source $BIN_DIR/steps/collectstatic