|
|
|
|
|
by johtso
1192 days ago
|
|
Isn't pip + requirements.txt insufficient for repeatable deployments? You need to pin all dependencies not just your immediate project dependencies, unless you want some random downstream update to break your build. I guess you can do that by hand.. but don't you kind of need some kind of a lock file to stay safe/sane? |
|
You can use pip-compile from pip-tools if you want the file to include exact hashes.