zephyr/scripts/requirements-run-test.txt
Carles Cufi e0c90b9393 scripts: requirements: Move requests and pyserial to base
Both the requests and pyserial Python packages are used by west commands
(west fetch and west build -b esp* respectively) so move them to the
requirements-base.txt file.

Fixes #56215.
Fixes #56224.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2023-03-27 07:12:27 -07:00

16 lines
272 B
Plaintext

# RUN-TEST: required to do run time tests of zephyr
#
# things used by twister or related in run time testing
# used to flash & debug various boards
pyocd>=0.29.0
# used by twister for board/hardware map
tabulate
# used by mcuboot
cbor>=1.0.0
# use for twister
psutil