mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
* Revert "Pin python-augeas version to avoid error with 1.0.0 (#4422)" This reverts commit1c51ae2588. * make dependency-requirements * separate certbot and dependency requirements * fix build.py * update hashin comment * simplify release pinning * separate letsencrypt dependency * pin hashes in venv * error out when bad things happen * use pinned dependencies in tox * Revert "pin hashes in venv" This reverts commit1cd38a9e50. * use pip_install.sh in venv_common * quote pip install args * bump mock version
10 lines
513 B
Text
10 lines
513 B
Text
# Contains the requirements for the letsencrypt package.
|
|
#
|
|
# Since the letsencrypt package depends on certbot and using pip with hashes
|
|
# requires that all installed packages have hashes listed, this allows
|
|
# dependency-requirements.txt to be used without requiring a hash for a
|
|
# (potentially unreleased) Certbot package.
|
|
|
|
letsencrypt==0.7.0 \
|
|
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
|
|
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
|