How to install only dev dependancies ? #3970
-
Along with dev dependancy, is there a way to specify docs dependencies ? for example, ? I want to install only dev dependencies, while building docs using github actions. How to do that ? i see
is there something |
Beta Was this translation helpful? Give feedback.
Answered by
finswimmer
Apr 18, 2021
Replies: 1 comment 2 replies
-
Hello @aahnik a Something like fin swimmer |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
aahnik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @aahnik
a
--dev-only
option is already implemented (#2917) and will be available from poetry 1.2 on.Something like
poetry add --doc mkdocs
will be available once the dependency groups feature (#1644) is implemented. This is also planed for poetry 1.2.fin swimmer