Skip to content

Commit 1f9c918

Browse files
authored
Merge pull request #55 from arduino/add_m2crypto
misc: Add missing m2crypto dependency.
2 parents 5830b63 + 5886d5a commit 1f9c918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
]
2323
dependencies = [
2424
'cbor2 >= 5.4.6',
25+
'M2Crypto >= 0.38.0',
2526
'micropython-senml >= 0.1.0',
2627
]
2728

0 commit comments

Comments
 (0)