-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display why package was installed #1906
Comments
Is this feature released? I don't see the dependencies nor the required by when I use |
I've just made this gist public: https://gist.github.com/snejus/85b47dca884a5aca2646dfbde79e9c92 While you're waiting for this functionality to be released, feel free to use it: it's a |
I landed here after trying to find out, which dependency ultimately caused my package to be uninstallable (see here) Is there a way to use this script without having an actual |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Feature Request
As a poetry user I would like to find out why is this dependency used (by which packages it is required).
JS's dependency manager yarn contains a
why
subcommand which does basically what I mentioned above.see https://yarnpkg.com/lang/en/docs/cli/why/
This feature would be quite helpful in poetry as well. Because it could be quite uncomfortable to figure out why the package was installed using
poetry show --tree
.Or perhaps adding a filter to
poetry show
would be useful.vs
The text was updated successfully, but these errors were encountered: