> Adding Poetry support was a really good decis...
# development
h
Adding Poetry support was a really good decision.
Agreed! To clarify, this is a bit different. Liam's project was so that Pants can consume your
pyproject.toml
, where the user says their direct deps they care about Here, we're talking about switching the backend that generates lockfiles for you. We were using pip-compile, and now would be using Poetry. That should be relatively agnostic to the user