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:
parent
0deeb5ff65
commit
e0c90b9393
2 changed files with 2 additions and 3 deletions
|
@ -19,6 +19,8 @@ packaging
|
|||
progress
|
||||
psutil
|
||||
pylink-square
|
||||
pyserial
|
||||
requests
|
||||
|
||||
# for ram/rom reports
|
||||
anytree
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue