Browse Source
"pip install pyinstaller" was "silently" grabbing unpinned dependenciesdependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight
5 years ago
5 changed files with 32 additions and 4 deletions
@ -0,0 +1,19 @@ |
|||
altgraph==0.16.1 \ |
|||
--hash=sha256:d6814989f242b2b43025cba7161fc1b8fb487a62cd49c49245d6fd01c18ac997 \ |
|||
--hash=sha256:ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c |
|||
future==0.17.1 \ |
|||
--hash=sha256:67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8 |
|||
pefile==2019.4.18 \ |
|||
--hash=sha256:a5d6e8305c6b210849b47a6174ddf9c452b2888340b8177874b862ba6c207645 |
|||
pip==19.2.1 \ |
|||
--hash=sha256:258d702483dd749400aec59c23d638a5b2249ae28a0f478b6cab12ad45681a80 \ |
|||
--hash=sha256:80d7452630a67c1e7763b5f0a515690f2c1e9ad06dda48e0ae85b7fdf2f59d97 |
|||
pywin32-ctypes==0.2.0 \ |
|||
--hash=sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942 \ |
|||
--hash=sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98 |
|||
setuptools==41.0.1 \ |
|||
--hash=sha256:a222d126f5471598053c9a77f4b5d4f26eaa1f150ad6e01dcf1a42e185d05613 \ |
|||
--hash=sha256:c7769ce668c7a333d84e17fe8b524b1c45e7ee9f7908ad0a73e1eda7e6a5aebf |
|||
wheel==0.33.4 \ |
|||
--hash=sha256:5e79117472686ac0c4aef5bad5172ea73a1c2d1646b808c35926bd26bdfb0c08 \ |
|||
--hash=sha256:62fcfa03d45b5b722539ccbc07b190e4bfff4bb9e3a4d470dd9f6a0981002565 |
@ -0,0 +1,7 @@ |
|||
pip |
|||
setuptools |
|||
|
|||
# needed by pyinstaller: |
|||
pefile>=2017.8.1 |
|||
altgraph |
|||
pywin32-ctypes>=0.2.0 |
Loading…
Reference in new issue