You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
I would like to be able to have a [tool.poetry.group.dev.dependencies] group with local dependencies that do not exist and allow poetry install --without dev to continue to work in this case. This would help with developing within a monorepo where local packages may exists in different relative paths in development compared to production.
Feature Request
I would like to be able to have a
[tool.poetry.group.dev.dependencies]
group with local dependencies that do not exist and allowpoetry install --without dev
to continue to work in this case. This would help with developing within a monorepo where local packages may exists in different relative paths in development compared to production.pyproject.toml
The text was updated successfully, but these errors were encountered: