Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

So I don't do too much with Python but is it accepted practice now to use Pipfile or do most folks still use requirements.txt and/or setup.py?


Like for all languages there are a bunch of dependency managers. And everyone you ask will praise the one they use.

In my opinion, setup.py is best approach. I don't want to be forced to use some specific dependency manager. I just want to run setup.py and expect it to take care of dependencies.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: