mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
pin hashes in venv
This commit is contained in:
parent
26a066ae55
commit
1cd38a9e50
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ virtualenv --no-site-packages --setuptools $VENV_NAME $VENV_ARGS
|
|||
# invocations use latest
|
||||
pip install -U pip
|
||||
pip install -U setuptools
|
||||
pip install -r letsencrypt-auto-source/pieces/dependency-requirements.txt
|
||||
pip install "$@"
|
||||
|
||||
set +x
|
||||
|
|
|
|||
Loading…
Reference in a new issue