mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
print updated pip version at install time
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ if (grep -Fiq "hg+" requirements.txt) then
|
||||
fi
|
||||
|
||||
# Install dependencies with Pip.
|
||||
puts-step "Installing dependencies using Pip (1.2.1)"
|
||||
puts-step "Installing dependencies using Pip ($PIP_VERSION)"
|
||||
pip install --use-mirrors -r requirements.txt --exists-action=w --src=./.heroku/src | cleanup | indent
|
||||
|
||||
# Django collectstatic support.
|
||||
|
||||
Reference in New Issue
Block a user