|
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. |
Answered by
matteius
Sep 28, 2024
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.