Hacker News new | ask | show | jobs
by tmnvix 714 days ago
> what's wrong with pip freeze?

I prefer my requirements.txt to include only the packages I install with pip myself (and not their dependencies).

1 comments

so then maintain a curated requirements.txt...