Hacker News new | ask | show | jobs
by Wheaties466 2886 days ago
Doesn't using requirments.txt not account for (I forget the official name) Double Dependencies, you dependencies in requirements.txt might have a dependency whose version number may change over time.

This seems like something pip freeze could handle but doesn't.