offload channel messages decoding to meshcore_py

This commit is contained in:
Florent 2026-03-05 11:53:10 -04:00
parent ed1c1d5897
commit 7caca2db79
2 changed files with 28 additions and 49 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "meshcore-cli"
version = "1.4.5"
version = "1.4.6"
authors = [
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
]
@ -17,7 +17,7 @@ classifiers = [
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = [ "meshcore >= 2.2.15",
dependencies = [ "meshcore >= 2.2.16",
"bleak >= 0.22",
"prompt_toolkit >= 3.0.50",
"requests >= 2.28.0" ]