Y
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
jklehm
1964 days ago
How do you include checksums in your freeze to catch when the package changes on the pypi server using only pip?
link
ak217
1964 days ago
I don’t. PyPI no longer allows reuploading the same release.
link