poetry-monoranger-plugin cannot work as a local/project plugin at the root repo.
It has to be installed globally. Alternatively, it can be added as a project plugin to each of the sub-projects. There is no way around this because the plugin needs to be loaded somehow before it can start patching the various internal method for install, lock, etc. Since poetry only looks at the plugins in the current sub-package, it will never load the plugin from the parent/root project.
More #80, #86
To consider this resolved:
poetry-monoranger-plugincannot work as a local/project plugin at the root repo.It has to be installed globally. Alternatively, it can be added as a project plugin to each of the sub-projects. There is no way around this because the plugin needs to be loaded somehow before it can start patching the various internal method for
install,lock, etc. Sincepoetryonly looks at the plugins in the current sub-package, it will never load the plugin from the parent/root project.More #80, #86
To consider this resolved:
poetry installwork finepoetry-monoranger-pluginitself)