Skip to content

Commit 163e78b

Browse files
authored
Merge pull request #49 from arduino/pip_deps
misc: Add package dependencies.
2 parents 447124f + 4ee7a0b commit 163e78b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ classifiers = [
2020
"Topic :: Software Development :: Embedded Systems",
2121
"Operating System :: OS Independent",
2222
]
23+
dependencies = [
24+
'cbor2 >= 5.4.6',
25+
'micropython-senml >= 0.1.0',
26+
]
2327

2428
[project.urls]
2529
"Homepage" = "https://github.com/arduino/arduino-iot-cloud-py"

0 commit comments

Comments
 (0)