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
10natsort
11
12# used by mcuboot
13cbor>=1.0.0
14
15# use for twister
16psutil
17
18# Artifacts package creation
19bz
20
21# used for CAN <=> host testing
22python-can>=4.3.0
23