e0c90b9393
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>
16 lines
272 B
Plaintext
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
|