Browse Source
requirements: bump min python-keepkey to 6.3.0
hard-fail-on-bad-server-string
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
2 changed files with
5 additions and
5 deletions
-
contrib/deterministic-build/requirements-hw.txt
-
contrib/requirements/requirements-hw.txt
|
@ -32,10 +32,10 @@ hidapi==0.7.99.post21 \ |
|
|
idna==2.8 \ |
|
|
idna==2.8 \ |
|
|
--hash=sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407 \ |
|
|
--hash=sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407 \ |
|
|
--hash=sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c |
|
|
--hash=sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c |
|
|
keepkey==6.1.0 \ |
|
|
keepkey==6.3.0 \ |
|
|
--hash=sha256:058548e733e1df8d1879ea747eef167c84cb04cdd685240e50d599f48d08e5c6 \ |
|
|
--hash=sha256:69ce42ef55aaf0428a5cbc35ce5eaccf0eb96d14445e692f3583eaab5408a4af \ |
|
|
--hash=sha256:2e1623409307c86f709054ad191bc7707c4feeacae2e497bd933f2f0054c6eb0 \ |
|
|
--hash=sha256:738ca3a5ec3a5b5b91da314d426ddd4648bba9cffc20e3e754582816415df51c \ |
|
|
--hash=sha256:54ef1b134657d3d14ef24c0c98e29d0276ad8f0e053d5e50d836ba8a520230e7 |
|
|
--hash=sha256:e1b2f5a7612fcbbf7f6673339dfade1f8ff4a82873279de73496e2ed53c5cd2f |
|
|
libusb1==1.7.1 \ |
|
|
libusb1==1.7.1 \ |
|
|
--hash=sha256:adf64a4f3f5c94643a1286f8153bcf4bc787c348b38934aacd7fe17fbeebc571 |
|
|
--hash=sha256:adf64a4f3f5c94643a1286f8153bcf4bc787c348b38934aacd7fe17fbeebc571 |
|
|
mnemonic==0.19 \ |
|
|
mnemonic==0.19 \ |
|
|
|
@ -1,6 +1,6 @@ |
|
|
trezor[hidapi]>=0.11.5 |
|
|
trezor[hidapi]>=0.11.5 |
|
|
safet[hidapi]>=0.1.0 |
|
|
safet[hidapi]>=0.1.0 |
|
|
keepkey>=6.0.3 |
|
|
keepkey>=6.3.0 |
|
|
btchip-python>=0.1.26 |
|
|
btchip-python>=0.1.26 |
|
|
ckcc-protocol>=0.7.7 |
|
|
ckcc-protocol>=0.7.7 |
|
|
hidapi |
|
|
hidapi |
|
|