Hacker News new | ask | show | jobs
by duskdozer 83 days ago
>people continued just using pip -r requirements.txt

What exactly is the issue with this?

1 comments

The requirements file isn't a lockfile: running that command at different times will give you different venvs.
Right, and that's expected.