Hacker News new | ask | show | jobs
by ak217 1964 days ago
Not so. I use pip freeze to manage my dependencies, including all transitive dependencies, and my builds are deterministic.
1 comments

How do you include checksums in your freeze to catch when the package changes on the pypi server using only pip?
I don’t. PyPI no longer allows reuploading the same release.