Hacker News new | ask | show | jobs
by wyuenho 1438 days ago
You still need something else to manage your python versions and virtualenvs tho, and then as soon as you've pick a solution for the latter two problems, chances are you'll discover these tools also have a lock files that'll solve the problem of freezing packages and enabling reproducable builds for you.
1 comments

What about just throwing every thing into docker?
Docker is good at what it is good app, but sometimes I don’t want to deal with a whole other system just want to share code with five coworkers
That would be the "something else" :)

If you don't want to fire up docker, you'll have to look elsewhere other than just pip-tool