mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Add script to gater hashes of Pypi packages
This commit is contained in:
parent
ff6c8ee49a
commit
88c846cbd4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ def get_package_wheel_hashes(package, version):
|
|||
data = requests.get(url).json()
|
||||
|
||||
print(f" {package}:")
|
||||
print(f" version: '{version}'")
|
||||
print(f" version: \"{version}\"")
|
||||
print(f" hashes:")
|
||||
|
||||
for url in data["urls"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue