jocassid / pip-viz

A tool for visualizing dependency of installed pip packages using graphviz
MIT License
0 stars 0 forks source link

use lowercase names for nodes #4

Closed jocassid closed 3 months ago

jocassid commented 3 months ago

I don't think package names are case sensitive. In running this I saw "Django" and "django" and "Pillow" and "pillow". Make sure that we're not generating duplicate nodes.

jocassid commented 3 months ago

using lowercase node names and a set of node names to determine whether to add a node or not.