chore(core): add BLE dependencies

[no changelog]
tychovrahe/bluetooth/unification2
tychovrahe 1 year ago
parent 420b1043f5
commit 939b3cacd2

1785
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…
Cancel
Save