pin certbot deps (#5264)

This commit is contained in:
Brad Warren 2020-06-01 13:19:51 -07:00 committed by GitHub
parent dbe247cc89
commit 85fbb03678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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