mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Make pip loud.
This commit is contained in:
parent
b42c23d896
commit
c0841ca485
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ dev_constraints="$(dirname $my_path)/pip_constraints.txt"
|
|||
set -x
|
||||
|
||||
# install the requested packages using the pinned requirements as constraints
|
||||
pip install -q --constraint $certbot_auto_constraints --constraint $dev_constraints "$@"
|
||||
pip install --constraint $certbot_auto_constraints --constraint $dev_constraints "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue