Email or username:

Password:

Forgot your password?
Top-level
Phil in SF

@r343l *should* makes this way too loaded for me. We went with poetry 4 years ago because pip didn't support lock files. But PDM and pipenv do now. Another team here uses PDM and likes it a lot. One of the companies we have outsourced dev to dislikes poetry because "it puts files in the wrong place". My default is poetry, but it's not a strongly held preference.

2 comments
Rachael Ludwick

@kingrat Yeah when poetry came out I like it a lot. Our team has moved over to pdm mostly but just hit a blocking bug (see other replies) that the only way to workaround is rip out pdm or downgrade python to 3.12.6 (from 3.12.7).

Phil in SF

@r343l Ooof. That over-writing seems bad...

Go Up