dmerejkowsky / dmenv

Simple and practical virtualenv manager for Python
https://tankerhq.github.io/dmenv/
11 stars 4 forks source link

Consider implementing integrity checks of downloaded packages #93

Open dmerejkowsky opened 5 years ago

dmerejkowsky commented 5 years ago

Idea:

Once the requirements.lock has been generated, run hashin -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

dmerejkowsky commented 5 years ago

Some ideas: