Files
zephyr/scripts/requirements-build-test.txt
Jamie McCrae 7e6013c400 scripts: requirements: Add python-dotenv
This is needed for any Kconfig processing

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2025-09-12 13:19:56 +02:00

24 lines
392 B
Plaintext

# BUILD-TEST: required to do build tests of zephyr
#
# things used by twister or other things like code coverage or python
# testing
# used by twister for ansi color
colorama
# python lex/yex used by twister
ply>=3.10
# used for code coverage
gcovr>=6.0
coverage
# used for west-command testing
pytest
mypy
# used for JUnit XML parsing in CTest harness
junitparser>=3.0.0
python-dotenv