I have seen the Polylith concept before but have not used it
Seeing you had this Poetry plugin and I had a new monorepo to structure I decided to give it a go
I am a bit confused about how to handle dependencies
I can see there is a root pyproject.toml and then individual ones for each project
Should I poetry add all deps at the root level and then use poetry poly sync to let the plugin apply only relevant deps to the project pyproject.toml files? i.e. I shouldn't manage the project files manually myself at all?
I have seen the Polylith concept before but have not used it
Seeing you had this Poetry plugin and I had a new monorepo to structure I decided to give it a go
I am a bit confused about how to handle dependencies
I can see there is a root
pyproject.tomland then individual ones for each projectShould I
poetry addall deps at the root level and then usepoetry poly syncto let the plugin apply only relevant deps to the project pyproject.toml files? i.e. I shouldn't manage the project files manually myself at all?