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:
parent
420b1043f5
commit
939b3cacd2
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"
|
||||
vulture = "^2.6"
|
||||
|
||||
# ble
|
||||
dbus-python = "*"
|
||||
PyGObject = "*"
|
||||
nrfutil = "*"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
scan-build = "*"
|
||||
towncrier = "^21.9.0"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user