1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

chore(core): add BLE dependencies

[no changelog]
This commit is contained in:
tychovrahe 2023-04-05 09:27:35 +02:00
parent 420b1043f5
commit 939b3cacd2
4 changed files with 1411 additions and 1154 deletions

2555
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -72,6 +72,11 @@ inotify = "*"
yamllint = "^1.25.0"
vulture = "^2.6"
# ble
dbus-python = "*"
PyGObject = "*"
nrfutil = "*"
[tool.poetry.dev-dependencies]
scan-build = "*"
towncrier = "^21.9.0"

View File

@ -8,3 +8,6 @@ typing_extensions>=3.10
dataclasses ; python_version<'3.7'
simple-rlp>=0.1.2 ; python_version>='3.7'
construct-classes>=0.1.2
dbus-python>=1.3.2
pygobject>=3.44.1
nrfutil>=5.0.0

View File

@ -25,7 +25,7 @@ per-file-ignores =
helper-scripts/*:I
tools/*: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]
multi_line_output = 3