1# BUILD-TEST: required to do build tests of zephyr 2# 3# things used by twister or other things like code coverage or python 4# testing 5 6# used by twister for ansi color 7colorama 8 9# python lex/yex used by twister 10ply>=3.10 11 12# used for code coverage 13gcovr>=6.0 14coverage 15 16# used for west-command testing 17pytest 18mypy 19 20# used for mocking functions in pytest 21mock>=4.0.1 22