implement advert_path

This commit is contained in:
Florent 2026-03-07 17:44:44 -04:00
parent e865027fa5
commit 0661d52607
2 changed files with 43 additions and 4 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "meshcore-cli"
version = "1.4.9"
version = "1.4.10"
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.24",
dependencies = [ "meshcore >= 2.2.26",
"bleak >= 0.22",
"prompt_toolkit >= 3.0.50",
"requests >= 2.28.0" ]