mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
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