From 5886d5a0103cd4bb1521dcb2e305395a3b2758fc Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Tue, 11 Apr 2023 10:07:14 +0200 Subject: [PATCH] misc: Add missing m2crypto dependency. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1d1eb45..c895d15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ ] dependencies = [ 'cbor2 >= 5.4.6', + 'M2Crypto >= 0.38.0', 'micropython-senml >= 0.1.0', ]