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>
This commit is contained in:
Carles Cufi 2023-03-27 15:26:45 +02:00 committed by Marti Bolivar
commit e0c90b9393
2 changed files with 2 additions and 3 deletions

View file

@ -19,6 +19,8 @@ packaging
progress
psutil
pylink-square
pyserial
requests
# for ram/rom reports
anytree

View file

@ -2,9 +2,6 @@
#
# things used by twister or related in run time testing
# used to connect to boards for console IO
pyserial
# used to flash & debug various boards
pyocd>=0.29.0