From 637c4f875f8db2480c24152ec47775609fb764fd Mon Sep 17 00:00:00 2001 From: PonomarevDA Date: Sat, 7 Dec 2024 07:49:01 +0300 Subject: [PATCH 1/2] simplify requirements --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4e036598..ed837b37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ python-can == 4.3 pytest # dronecan related -pydronecan +# pydronecan # cyphal related -pycyphal -pytest-asyncio -yakut +# pycyphal +# pytest-asyncio +# yakut From d047cd745b27ba236d29790d2fd256a143741daf Mon Sep 17 00:00:00 2001 From: PonomarevDA Date: Sat, 7 Dec 2024 07:55:50 +0300 Subject: [PATCH 2/2] bump version from v0.1.0 to v0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10bca94e..a55761d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "raccoonlab-tools" -version = "0.1.0" +version = "0.2.0" authors = [ { name="Dmitry Ponomarev", email="PonomarevDA96@gmail.com" }, ]