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>=5.6.6
17
18# used for CAN <=> host testing
19python-can>=4.3.0
20
21# used for SPDX files validation
22spdx-tools
23
24# for display test
25opencv-python>=4.9.0.80
26numpy>=1.26.4
27