mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:02:15 +02:00
Merge pull request #6786 from certbot/pin-deps_continued
This continues from the work of @sydneyli in PR #6671 I didn't do much here. Basically added support for reading data from sys.stdin to both tools/merge_requirements.py and tools/strip_hashes.py as well as support for reading files from paths passed as cli parameters to strip_hashes.py. Reading the filepaths was not strictly required, but I thought would be a good thing to do in order to keep the tooling usage options consistent. Fixes #6581 * Generate constraints file to pin deps in Docker images Dockerfiles pin versions using constraints file Pulling out strip_hashes and add --no-deps flag * Add stdin option for merge_requirements Add stdin and file path support to strip_hashes * Address review comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Specifies Python package versions for development.
|
||||
# Specifies Python package versions for development and building Docker images.
|
||||
# It includes in particular packages not specified in letsencrypt-auto's requirements file.
|
||||
# Some dev package versions specified here may be overridden by higher level constraints
|
||||
# files during tests (eg. letsencrypt-auto-source/pieces/dependency-requirements.txt).
|
||||
|
||||
Reference in New Issue
Block a user