improvements to buildpack output · Putter/python-buildpack@ffb89fe · GitHub
Skip to content

Commit ffb89fe

Browse files
committed
improvements to buildpack output
1 parent 45b00e3 commit ffb89fe

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

bin/steps/collectstatic

Lines changed: 1 addition & 1 deletion

bin/steps/pip-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install dependencies with Pip.
2-
puts-step "Installing dependencies with pip"
2+
puts-cmd "pip install -r requirements.txt"
33

44
[ ! "$FRESH_PYTHON" ] && bpwatch start pip_install
55
[ "$FRESH_PYTHON" ] && bpwatch start pip_install_first

bin/utils

Lines changed: 10 additions & 0 deletions

0 commit comments

Comments
 (0)