blob: e6264b11ea5e17e110e3d39c0237c6d42fd5724a [file] [log] [blame]
# 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