Replies: 1 comment
-
This is not something that Going back to your idea of |
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.
-
Hi,
Could pipdeptree get packages informations without its extra ?
I mean, I want to know the packages listed in https://github.com/encode/uvicorn/blob/36957371b14f8124cd46d76df164d9110c377140/pyproject.toml#L39 with a command like
pipdeptree -p uvicorn[standard]
.Currently, the command returns
No packages matched using the following patterns: uvicorn[standard]
instead andpipdeptree uvicorn
do not returnuvloop
that is available on extra, but currently installedRegards,
Beta Was this translation helpful? Give feedback.
All reactions