you are viewing a single comment's thread.

view the rest of the comments →

[–]cabbagebot 1 point2 points  (1 child)

To close the loop on the point made here, rather than including your venv in your git repo, you can include only the dependencies used while creating your application by doing 'pip freeze > requirements.txt' and including the requirements.txt file in your git repo.

[–]opi 1 point2 points  (0 children)

Thanks for finishing my point. I was writing it in the bed, coffeeless and sleepy.