Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
freeze_packages: better apply version restrictions on restricted deps
hashin does not react well to package spec collisions: ``` $ touch txt $ python3 -m hashin -r txt "colorama==0.4.5" colorama $ cat txt colorama==0.4.6 \ --hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \ --hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6 ``` This lets pip resolve the version bounds instead.
- Loading branch information