upd reqs and set autoadd_config from string

This commit is contained in:
Florent 2026-02-03 15:38:36 -04:00
parent 63142a4a21
commit e0703a584e
2 changed files with 27 additions and 10 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "meshcore-cli"
version = "1.3.17"
version = "1.3.18"
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.3",
dependencies = [ "meshcore >= 2.2.7",
"bleak >= 0.22, <2.0",
"prompt_toolkit >= 3.0.50",
"requests >= 2.28.0",