Skip to content

Commit 75100d6

Browse files
authored
Merge pull request #10621 from maciejbocianski/usb_msd_deps_fix
fix usb_device-msd test python dependencies
2 parents 516a214 + 6deb61d commit 75100d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

LICENSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ The Python modules used by Mbed tools are used under the following licenses:
5353
- [hidapi](https://pypi.org/project/hidapi/) - BSD-style
5454
- [pywin32](https://pypi.org/project/pywin32/) - PSF
5555
- [wmi](https://pypi.org/project/WMI/) - MIT
56+
- [psutil](https://pypi.org/project/psutil/) - BSD

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ hidapi>=0.7.99,<0.8.0;platform_system!="Linux"
2525
cmsis-pack-manager>=0.2.3,<0.3.0
2626
pywin32==224;platform_system=='Windows'
2727
wmi==1.4.9;platform_system=='Windows'
28+
psutil==5.6.2

0 commit comments

Comments
 (0)