zephyr/scripts/requirements-actions.in
Benjamin Cabé 17ab862169 scripts: ci: add vermin (min python version check)
Add a compliance check that allows to flag when a given file requires a
Python version higher than 3.10 (minimum supported version in Zephyr at
the time of writing) since not all Python scripts are tested against
3.10 in CI and we want to avoid introducing changes that could break
users.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-06-06 08:45:13 +02:00

43 lines
555 B
Plaintext

# zephyr-keep-sorted-start
anytree
awscli
canopen
clang-format>=15.0.0
elasticsearch<9
exceptiongroup>=1.0.0rc8
gcovr==6.0
gitlint>=0.19.1
gitpython>=3.1.41
ijson
intelhex
junit2html
junitparser>=2
lxml>=5.3.0
mock
mypy
natsort
ply>=3.10
progress
psutil>=5.6.6
pyelftools>=0.29
pygithub
pykwalify
pylint>=3
pyserial
pytest
python-magic-bin; sys_platform == "win32"
python-magic; sys_platform != "win32"
pyyaml
ruff==0.11.11
setuptools>=70.2.0
sphinx-lint
tabulate
tomli>=1.1.0
tox
unidiff
vermin
west>=0.14.0
xlsxwriter
yamllint
# zephyr-keep-sorted-stop