mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
verbose pip
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ echo "-----> Installing dependencies using pip version $(pip --version | awk '{p
|
||||
env
|
||||
|
||||
|
||||
pip install --use-mirrors -r requirements.txt | indent
|
||||
pip install --use-mirrors -r requirements.txt -v | indent
|
||||
|
||||
# Django support.
|
||||
if [ "$NAME" = "Python/Django" ]; then
|
||||
|
||||
Reference in New Issue
Block a user