mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
pin certbot deps (#5264)
This commit is contained in:
parent
dbe247cc89
commit
85fbb03678
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ case "${1}" in
|
|||
git clone --depth=1 https://github.com/certbot/certbot
|
||||
cd certbot
|
||||
git rev-parse HEAD
|
||||
pip install -e ./acme[dev]
|
||||
pip install -e ./certbot[dev]
|
||||
tools/pip_install_editable.py ./acme[dev]
|
||||
tools/pip_install_editable.py ./certbot[dev]
|
||||
;;
|
||||
run)
|
||||
cd certbot
|
||||
|
|
|
|||
Loading…
Reference in a new issue