Y
Hacker News
new
|
ask
|
show
|
jobs
by
robertlagrant
1437 days ago
pip freeze > requirements.txt
1 comments
fnord123
1436 days ago
That only generates a lock file. When you want to upgrade some of your dependencies and recalculate the correct versions, it doesn't help.
link
robertlagrant
1436 days ago
How's that an issue? Here's an example of what happens:
https://gist.github.com/robertlagrant/23489d8970ef6b49960307...
link