mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
no more trace
This commit is contained in:
@@ -88,8 +88,6 @@ fi
|
||||
|
||||
# Install dependencies.
|
||||
echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')"
|
||||
export GIT_TRACE=1
|
||||
|
||||
pip install --use-mirrors -r requirements.txt -v | indent
|
||||
|
||||
# Django support.
|
||||
|
||||
Reference in New Issue
Block a user