mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 20:38:10 +00:00
chore(python): allow click 8.x for trezorlib
This commit is contained in:
parent
0e14291094
commit
347d11e6ea
1
python/.changelog.d/1682.changed
Normal file
1
python/.changelog.d/1682.changed
Normal file
@ -0,0 +1 @@
|
|||||||
|
Allow using Click v8.x
|
@ -1,7 +1,7 @@
|
|||||||
ecdsa>=0.9
|
ecdsa>=0.9
|
||||||
mnemonic>=0.17
|
mnemonic>=0.17
|
||||||
requests>=2.4.0
|
requests>=2.4.0
|
||||||
click>=7,<8
|
click>=7,<9
|
||||||
libusb1>=1.6.4
|
libusb1>=1.6.4
|
||||||
construct>=2.9,!=2.10.55
|
construct>=2.9,!=2.10.55
|
||||||
typing_extensions>=3.7.4
|
typing_extensions>=3.7.4
|
||||||
|
@ -9,7 +9,7 @@ install_requires = [
|
|||||||
"ecdsa>=0.9",
|
"ecdsa>=0.9",
|
||||||
"mnemonic>=0.17",
|
"mnemonic>=0.17",
|
||||||
"requests>=2.4.0",
|
"requests>=2.4.0",
|
||||||
"click>=7,<8",
|
"click>=7,<9",
|
||||||
"libusb1>=1.6.4",
|
"libusb1>=1.6.4",
|
||||||
"construct>=2.9",
|
"construct>=2.9",
|
||||||
"typing_extensions>=3.7.4",
|
"typing_extensions>=3.7.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user