Hacker News new | ask | show | jobs
by panzi 40 days ago
Python packages aren't quite so insane on transitive dependencies. The diff of package-lock.json can be novel length.
1 comments

write your requirement.txt files via

    pipdeptree --freeze
to see this clearly
FYI the uv equivalent is

    uv pip tree
not interested, really