Skip to content

Commit 56086d0

Browse files
authored
Merge pull request #10474 from maciejbocianski/usb_msd_deps_fix
fix usb msd test python dependencies
2 parents a85b70e + 0b336ed commit 56086d0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

LICENSE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ The Python modules used by Mbed tools are used under the following licenses:
5151
- [pyusb](https://pypi.org/project/pyusb/) - Apache-2.0
5252
- [cmsis-pack-manager](https://pypi.org/project/cmsis-pack-manager) - Apache-2.0
5353
- [hidapi](https://pypi.org/project/hidapi/) - BSD-style
54+
- [pywin32](https://pypi.org/project/pywin32/) - PSF
55+
- [wmi](https://pypi.org/project/WMI/) - MIT

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ pycryptodome>=3.7.2,<=3.7.3
2323
pyusb>=1.0.0,<2.0.0
2424
hidapi>=0.7.99,<0.8.0;platform_system!="Linux"
2525
cmsis-pack-manager>=0.2.3,<0.3.0
26+
pywin32==224;platform_system=='Windows'
27+
wmi==1.4.9;platform_system=='Windows'

0 commit comments

Comments
 (0)