Hm, I realized we can let users have a choice betw...
# development
h
Hm, I realized we can let users have a choice between Pex/pip lockfile generation vs Poetry generation. Poetry generation has caveats like not working with --find-links. But it may help current poetry users to adopt Pants. Worth it? Unclear
Downside being: more code to maintain, more to document, more decisions users have to consider
c
Perhaps leave a comment in the code hinting where&how to do it, in case the ft is needed in the future
c
If we break
--find-links
this won't work in my current set up but still could be worth it.
👍 1
h
We would default to Pex, which will support find links because it uses pip. This is only about giving an option to change the default Although hm, maybe, poetry's limitations are too severe to offer, such as not properly handling the
platforms
field for pex_binary targets.