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"