Hi, I am trying to use common resolve for two poet...
# general
r
Hi, I am trying to use common resolve for two poetry generated projects inside a mono-repo and I get error about missing 3rd party dependency when running test using pants I have created a toy repo to reproduce it. I think I might be doing something wrong. https://github.com/ShantanuKumar/pants-multi-poetry In this case pandas is the only 3rd party dependency.
I feel like this should be doable i.e. allowing dependency on local python packages with different resolve. Poetry already supports dependency on local packages which have their own set of dependencies defined inside
pyproject.toml