How to make one dependency group require another dependency group #9451
Answered
by
radoering
MaddyGuthridge
asked this question in
Q&A
-
I have two groups of dependencies: [tool.poetry.group.build.dependencies]
# Build dependencies -- required to build the library
transdoc = "^0.2.2"
griffe = "^0.45.2"
[tool.poetry.group.docs.dependencies]
# Docs depdnencies -- required to build documentation site
# Note build dependencies are also required
mkdocs = "^1.4.2"
mkdocs-gen-files = "^0.5.0"
mkdocs-material = "^9.5.0"
mkdocstrings = { version = ">=0.24,<0.26", extras = ["python"] }
mkdocs-awesome-pages-plugin = "^2.9.2"
mkdocs-section-index = "^0.3.8" In this case, the process of building docs requires building the library, so I want to specify |
Beta Was this translation helpful? Give feedback.
Answered by
radoering
May 28, 2024
Replies: 1 comment
-
No, there is not. There might be a feature request issue (which I cannot find at the moment) but no plans so far. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MaddyGuthridge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, there is not. There might be a feature request issue (which I cannot find at the moment) but no plans so far.