mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-12 17:48:09 +00:00
chore(core): add BLE dependencies
[no changelog]
This commit is contained in:
parent
974560240c
commit
fa98e17f6b
2555
poetry.lock
generated
2555
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -72,6 +72,11 @@ inotify = "*"
|
|||||||
yamllint = "^1.25.0"
|
yamllint = "^1.25.0"
|
||||||
vulture = "^2.6"
|
vulture = "^2.6"
|
||||||
|
|
||||||
|
# ble
|
||||||
|
dbus-python = "*"
|
||||||
|
PyGObject = "*"
|
||||||
|
nrfutil = "*"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
scan-build = "*"
|
scan-build = "*"
|
||||||
towncrier = "^21.9.0"
|
towncrier = "^21.9.0"
|
||||||
|
@ -8,3 +8,6 @@ typing_extensions>=3.10
|
|||||||
dataclasses ; python_version<'3.7'
|
dataclasses ; python_version<'3.7'
|
||||||
simple-rlp>=0.1.2 ; python_version>='3.7'
|
simple-rlp>=0.1.2 ; python_version>='3.7'
|
||||||
construct-classes>=0.1.2
|
construct-classes>=0.1.2
|
||||||
|
dbus-python>=1.3.2
|
||||||
|
pygobject>=3.44.1
|
||||||
|
nrfutil>=5.0.0
|
||||||
|
@ -25,7 +25,7 @@ per-file-ignores =
|
|||||||
helper-scripts/*:I
|
helper-scripts/*:I
|
||||||
tools/*:I
|
tools/*:I
|
||||||
tests/*:I
|
tests/*:I
|
||||||
known-modules = libusb1:[usb1],hidapi:[hid],PyQt5:[PyQt5.QtWidgets,PyQt5.QtGui,PyQt5.QtCore],simple-rlp:[rlp]
|
known-modules = libusb1:[usb1],hidapi:[hid],PyQt5:[PyQt5.QtWidgets,PyQt5.QtGui,PyQt5.QtCore],simple-rlp:[rlp],dbus-python:[dbus]
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
|
Loading…
Reference in New Issue
Block a user