-
I'm new to Python and trying to run a project. I have a dependency in the Pipfile:
As far I understood this should install the somelib and the another-lib with a same version. |
Beta Was this translation helpful? Give feedback.
Answered by
matteius
Sep 28, 2024
Replies: 1 comment
-
@stokito some packages define extra dependencies named by specific groups, and that is the purpose of the extras list in the package dictionary. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stokito
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@stokito some packages define extra dependencies named by specific groups, and that is the purpose of the extras list in the package dictionary.