Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for hierarchical dependency groups #7494

Open
2 tasks done
TatsuyaShirakawa opened this issue Feb 9, 2023 · 0 comments · May be fixed by #10166
Open
2 tasks done

Support for hierarchical dependency groups #7494

TatsuyaShirakawa opened this issue Feb 9, 2023 · 0 comments · May be fixed by #10166
Labels
kind/feature Feature requests/implementations status/triage This issue needs to be triaged

Comments

@TatsuyaShirakawa
Copy link

  • 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

The group dependencies feature is still great but, to manage more complex package dependency situation, it would be helpful if Poetry supports hierarchical dependency such as

[tool.poetry.group.parent_group_1.dependencies]
...
[tool.poetry.group.parent_group_2.dependencies]
...
[tool.poetry.group.child_group.group_dependencies]
parent_group_1
parent_group_2

in the above case, child_group should depend on all the packages of both parent_group_1 and parent_group_2.

@TatsuyaShirakawa TatsuyaShirakawa added kind/feature Feature requests/implementations status/triage This issue needs to be triaged labels Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Feature requests/implementations status/triage This issue needs to be triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant