chore(core): add BLE dependencies

[no changelog]
tychovrahe/bluetooth/master
tychovrahe 1 year ago
parent 974560240c
commit fa98e17f6b

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