Matthew Martin β β π on Nostr: I'm phasing out my usage of #pipenv in all my #python side projects. Why? - Pipenv ...
I'm phasing out my usage of #pipenv in all my #python side projects. Why?
- Pipenv can't package.
- Pipenv will soon always lock (which is slow, if I have to, then might as well us poetry)
- Poetry lock speed is bearable if you set minimum versions on *everything*
- Poetry supports pyproject.toml
- Poetry works fine for both libraries & apps (Pipenv aims to solve the problem of apps, not libraries)
- I figure out how to handle poetry private repos. I never figured that out for pipenv
- Pipenv can't package.
- Pipenv will soon always lock (which is slow, if I have to, then might as well us poetry)
- Poetry lock speed is bearable if you set minimum versions on *everything*
- Poetry supports pyproject.toml
- Poetry works fine for both libraries & apps (Pipenv aims to solve the problem of apps, not libraries)
- I figure out how to handle poetry private repos. I never figured that out for pipenv