Commit 606515c6 authored by Veijo Pesonen's avatar Veijo Pesonen Committed by Carles Cufi
Browse files

scripts: requirements: extras: add zcbor



Add ZCBOR to the requirements-extras.txt and require at least version
0.6.0 which is the current version of the ZCBOR C library.

Signed-off-by: default avatarVeijo Pesonen <veijo.pesonen@nordicsemi.no>
parent b38eb53e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -29,3 +29,6 @@ PyGithub

# used to generate devicetree dependency graphs
graphviz

# used to generate CBOR encoders and decoders, e.g. lwm2m_senml_cbor.
zcbor>=0.6.0