Replies: 1 comment
-
|
Please have a look at https://github.com/adriangb/python-monorepo/tree/main/poetry for a workaround, where multiple |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Poetry project where I have a path dependency, which also is managed with Poetry. This path dependency has optional groups which contain optional dependencies, and I would like to install one of these optional groups in the top-level project. However, I can't find any way to achieve apart from just copying the list of dependencies to the top-level project, which I would rather not do. Is there any way to achieve what I'd like to do?
Beta Was this translation helpful? Give feedback.
All reactions