From 4ee7a0bf120d2da89c5e7633c9ddd2d0c793f2e1 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 8 Mar 2023 14:28:31 +0100 Subject: [PATCH] misc: Add package dependencies. --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9bdfa71..a1df033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,10 @@ classifiers = [ "Topic :: Software Development :: Embedded Systems", "Operating System :: OS Independent", ] +dependencies = [ + 'cbor2 >= 5.4.6', + 'micropython-senml >= 0.1.0', +] [project.urls] "Homepage" = "https://github.com/arduino/arduino-iot-cloud-py"