Y
Hacker News
new
|
ask
|
show
|
jobs
by
passion__desire
819 days ago
Does it provide a tree output of the dependencies as they do in Scala/Java land?
2 comments
flo12392
819 days ago
If I understand your question correctly; no, that is out of scope for deptry. Many of the dependency management tools already provide a way to do so, e.g. for PDM `pdm list --tree`.
link
passion__desire
819 days ago
You could provide diff of current tree vs tree after applying your suggested removals? It is more complex than that ?
link
BerislavLopac
819 days ago
Use pipdeptree for that
link