1# RUN-TEST: required to do run time tests of zephyr 2# 3# things used by twister or related in run time testing 4 5# used to connect to boards for console IO 6pyserial 7 8# used to flash & debug various boards 9pyocd>=0.29.0 10 11# used by twister for board/hardware map 12tabulate 13 14# used by mcuboot 15cbor>=1.0.0 16 17# use for twister 18psutil 19