2
rayanon
7y

Working with Python, one annoyance is, it does not have a solid dependency management. Sticking to hand writing requirements.txt and manually maintaining and upgrading dependencies and also manually updating requirements.txt is a horrible pain in the ass.

Wish there was a better way to do this similar to npm and gem.

Comments
Add Comment