Hacker News new | ask | show | jobs
by aeyes 2214 days ago
poetry and pipenv are really just layers of abstraction of what is part of the Python core (pip, pypi, venv, wheels).

I don't even see what problems they solve, it seems like you end up with more problems using them.