feat: prove and decode K1 realtime MQTT streams
This commit is contained in:
@@ -12,6 +12,8 @@ license = { text = "Proprietary" }
|
||||
authors = [{ name = "NODE.DC" }]
|
||||
dependencies = [
|
||||
"bleak==3.0.2",
|
||||
"lz4>=4.4,<5",
|
||||
"paho-mqtt>=2.1,<3",
|
||||
"rich>=13.9,<15",
|
||||
"typer>=0.15,<1",
|
||||
]
|
||||
@@ -45,3 +47,6 @@ python_version = "3.12"
|
||||
strict = true
|
||||
packages = ["k1link"]
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = ["lz4", "lz4.*"]
|
||||
ignore_missing_imports = true
|
||||
|
||||
Reference in New Issue
Block a user