From b53b31682ddf3a1a0fd573101e79ad1159683df1 Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 20 Apr 2025 22:41:44 +0200 Subject: [PATCH] add dep to requests --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 98f9893..ff17f4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "meshcore-cli" -version = "0.6.11" +version = "0.6.12" authors = [ { name="Florent de Lamotte", email="florent@frizoncorrea.fr" }, ] @@ -17,7 +17,7 @@ classifiers = [ ] license = "MIT" license-files = ["LICEN[CS]E*"] -dependencies = [ "meshcore >= 1.9.7", "prompt_toolkit >= 3.0.50" ] +dependencies = [ "meshcore >= 1.9.7", "prompt_toolkit >= 3.0.50", "requests >= 2.28.0" ] [project.urls] Homepage = "https://github.com/fdlamotte/meshcore-cli"