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 flash & debug various boards
6pyocd>=0.35.0
7
8# used by twister for board/hardware map
9tabulate
10
11# used by mcuboot
12cbor>=1.0.0
13
14# use for twister
15psutil
16