Open dmerejkowsky opened 5 years ago
Idea:
Once the requirements.lock has been generated, run hashin -r requirements.lock with all packages names.
requirements.lock
hashin -r requirements.lock
This is enough because pip install -r will see at least one hash and will turn on integrity checks automatically
Some ideas:
--only-binary=:all:
Idea:
Once the
requirements.lock
has been generated, runhashin -r requirements.lock
with all packages names.This is enough because pip install -r will see at least one hash and will turn on integrity checks automatically