Hacker News new | ask | show | jobs
by tleguijt 2888 days ago
At most projects we're using pip-tools which generates a fully pinned requirements.txt based on a manually kept (and clean) requirements.in which only contains the specific packages you need without their dependencies
1 comments

Thanks. I'll investigate this method. It sounds like you hand write dependencies and their versions into the requirements.in file?