Feature Request
It would be great if Poetry could support installing only the root of the project, but leave all dependencies untouched, much like the --no-deps option to pip does.
The use case is a development environment where the code being worked on is spread across several packages, and I want to keep several of them editable in the same poetry environment without having to temporarily change/remove a dependency from pyproject.toml.
Poetry ould optionally still check whether the installed packages fulfill the dependencies or not, but with such an option that developers will explicitly use, this is not necessary I suppose.
Feature Request
It would be great if Poetry could support installing only the root of the project, but leave all dependencies untouched, much like the
--no-depsoption to pip does.The use case is a development environment where the code being worked on is spread across several packages, and I want to keep several of them editable in the same poetry environment without having to temporarily change/remove a dependency from
pyproject.toml.Poetry ould optionally still check whether the installed packages fulfill the dependencies or not, but with such an option that developers will explicitly use, this is not necessary I suppose.