kind-traffic-20936
03/04/2024, 6:08 PMpython_requirements
.
I want to use multiple resolves, one for each of my poetry "apps".
Are there good examples of existing multi-resolves repos using pants? It looks like the docs is pretty scarce on that.
For example, when I run mypy it looks like pants installs nothing, and when I use pants dependencies <file>
, its not listing any of my third-party deps.
I am probably doing it wrong, I'd love to see complete examples.narrow-vegetable-37489
03/04/2024, 6:14 PMpoetry_requirements
that you can use directly with the Poetry configuration from your pyproject.toml
:)kind-traffic-20936
03/04/2024, 7:05 PMpoetry install
using poetry lockfiles.
I wouldn't want pants to pick different library versions. If there was a poetry_requirements
that took the poetry lockfiles as input, I'd use that.fresh-continent-76371
03/04/2024, 7:43 PMsquare-psychiatrist-19087
03/04/2024, 9:30 PMkind-traffic-20936
03/05/2024, 2:30 PM