Y
Hacker News
new
|
ask
|
show
|
jobs
by
kbrownlees
3188 days ago
I can second this method, I use docker to generate my frozen requirements though. This allows you to get a frozen set of requirements from a clean environment without the random stuff that can be installed locally.
https://gist.github.com/kbrownlees/80c1a16aa226e5d52677e011b...