mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 06:18:07 +00:00
pipenv: add serial
This commit is contained in:
parent
4264e87319
commit
66190762ce
3
Pipfile
3
Pipfile
@ -23,6 +23,9 @@ pytest-timeout = "*"
|
|||||||
tox = "*"
|
tox = "*"
|
||||||
dominate = "*"
|
dominate = "*"
|
||||||
|
|
||||||
|
# hardware tests
|
||||||
|
pyserial = "*"
|
||||||
|
|
||||||
## test requirements
|
## test requirements
|
||||||
shamir-mnemonic = "*"
|
shamir-mnemonic = "*"
|
||||||
fido2 = ">=0.8.0"
|
fido2 = ">=0.8.0"
|
||||||
|
10
Pipfile.lock
generated
10
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "cd0bea17b8297d361dfa185570d431e1d151f34fbe375db56ba6e51b8e912f8b"
|
"sha256": "c629a9e3114cb34d93e6d80dde6e2a458deb5082017ab91f0ed9144a00756b19"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {},
|
"requires": {},
|
||||||
@ -571,6 +571,14 @@
|
|||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==4.79"
|
"version": "==4.79"
|
||||||
},
|
},
|
||||||
|
"pyserial": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627",
|
||||||
|
"sha256:e0770fadba80c31013896c7e6ef703f72e7834965954a78e71a3049488d4d7d8"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==3.4"
|
||||||
|
},
|
||||||
"pytest": {
|
"pytest": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:0e5b30f5cb04e887b91b1ee519fa3d89049595f428c1db76e73bd7f17b09b172",
|
"sha256:0e5b30f5cb04e887b91b1ee519fa3d89049595f428c1db76e73bd7f17b09b172",
|
||||||
|
Loading…
Reference in New Issue
Block a user