mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-07 17:39:03 +00:00
pipenv: set proper typing_extensions requirement
This commit is contained in:
parent
6d407c84d7
commit
946a322a93
2
Pipfile
2
Pipfile
@ -19,7 +19,7 @@ pytest-random-order = "*"
|
|||||||
|
|
||||||
## typing
|
## typing
|
||||||
mypy = "*"
|
mypy = "*"
|
||||||
typing-extensions = "*"
|
typing-extensions = ">=3.7.4"
|
||||||
|
|
||||||
## style
|
## style
|
||||||
isort = ">=4.3.14"
|
isort = ">=4.3.14"
|
||||||
|
8
Pipfile.lock
generated
8
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "1500571b9eec4292da6b3de3debe63a520cd0e6c26ff75b19cba948b051b507b"
|
"sha256": "dcb322f20cb35e8779f1667304894d51dcc8bdaab0ed613502cd4acd356b21ab"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {},
|
"requires": {},
|
||||||
@ -527,11 +527,11 @@
|
|||||||
},
|
},
|
||||||
"scons": {
|
"scons": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:84ff89dc0509420ed76c16a8f18076a572dc1f88d51fe5ada01fce5df5cbbbf9",
|
"sha256:822b99f82295dfa1270f613d63a9cd43cd007c7e98b48cee28067d9c3c9fd593",
|
||||||
"sha256:94e0d0684772d3e6d9368785296716e0ed6ce757270b3ed814e5aa72d3163890"
|
"sha256:fd44f8f2a4562e7e5bc8c63c82b01e469e8115805a3e9c2923ee54cdcd6678b3"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==3.1.0"
|
"version": "==3.1.1"
|
||||||
},
|
},
|
||||||
"shamir-mnemonic": {
|
"shamir-mnemonic": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -5,5 +5,5 @@ requests>=2.4.0
|
|||||||
click>=7,<8
|
click>=7,<8
|
||||||
libusb1>=1.6.4
|
libusb1>=1.6.4
|
||||||
construct>=2.9
|
construct>=2.9
|
||||||
typing_extensions>=3.6
|
typing_extensions>=3.7.4
|
||||||
pyblake2>=0.9.3 ; python_version<'3.6'
|
pyblake2>=0.9.3 ; python_version<'3.6'
|
||||||
|
@ -14,7 +14,7 @@ install_requires = [
|
|||||||
"click>=7,<8",
|
"click>=7,<8",
|
||||||
"libusb1>=1.6.4",
|
"libusb1>=1.6.4",
|
||||||
"construct>=2.9",
|
"construct>=2.9",
|
||||||
"typing_extensions>=3.6",
|
"typing_extensions>=3.7.4",
|
||||||
"pyblake2>=0.9.3 ; python_version<'3.6'",
|
"pyblake2>=0.9.3 ; python_version<'3.6'",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user