extract some info from log_rx

This commit is contained in:
Florent 2026-03-05 09:32:19 -04:00
parent 3716ebf77e
commit b1abb8e4d3
2 changed files with 67 additions and 4 deletions

View file

@ -18,7 +18,7 @@ classifiers = [
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = [ "bleak", "pyserial-asyncio-fast", "pycayennelpp" ]
dependencies = [ "bleak", "pyserial-asyncio-fast", "pycayennelpp", "pycryptodome" ]
[project.optional-dependencies]
dev = ["pytest", "pytest-asyncio", "black", "ruff"]