Y
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
Waterluvian
2888 days ago
Thanks. I'll investigate this method. It sounds like you hand write dependencies and their versions into the requirements.in file?
link
sciurus
2888 days ago
The idea is described at
https://www.kennethreitz.org/essays/a-better-pip-workflow
link