zephyr/scripts/requirements-extras.txt
Katarzyna Giądła 8bb576b7e8 scripts: requirements: Update protobuf and grpcio-tools requirements
Minimal requirements for nanopb were not accurate
to allow its usage (and causing related tests to build fail).
This change updates requirements for protobuf (>=3.20.3) and
grpcio-tools (>=1.47.0) to use protocol buffer.

Fixes #56103

Signed-off-by: Katarzyna Giądła <katarzyna.giadla@nordicsemi.no>
2023-05-23 08:55:16 +02:00

36 lines
850 B
Plaintext

# EXTRAS: optional or useful for development/developers workflow
# used by twister for --test-tree option
anytree
# helper for developers - check git commit messages
gitlint
# helper for developers
junit2html
# helper for developers - code formatter
clang-format>=15.0.0
# Script used to build firmware images for NXP LPC MCUs.
lpc_checksum
# used by scripts/build/gen_cfb_font_header.py - helper script for user
Pillow
# can be used to sign a Zephyr application binary for consumption by a bootloader
imgtool>=1.9
# used by nanopb module to generate sources from .proto files
grpcio-tools>=1.47.0
protobuf>=3.20.3
# used by scripts/release/bug_bash.py for generating top ten bug squashers
PyGithub
# used to generate devicetree dependency graphs
graphviz
# used to generate CBOR encoders and decoders, e.g. lwm2m_senml_cbor.
zcbor>=0.6.0