mirror of https://github.com/ARMmbed/mbed-os.git
fix usb msd test python dependencies
parent
46603f831e
commit
0b336ed23b
|
@ -51,3 +51,5 @@ The Python modules used by Mbed tools are used under the following licenses:
|
||||||
- [pyusb](https://pypi.org/project/pyusb/) - Apache-2.0
|
- [pyusb](https://pypi.org/project/pyusb/) - Apache-2.0
|
||||||
- [cmsis-pack-manager](https://pypi.org/project/cmsis-pack-manager) - Apache-2.0
|
- [cmsis-pack-manager](https://pypi.org/project/cmsis-pack-manager) - Apache-2.0
|
||||||
- [hidapi](https://pypi.org/project/hidapi/) - BSD-style
|
- [hidapi](https://pypi.org/project/hidapi/) - BSD-style
|
||||||
|
- [pywin32](https://pypi.org/project/pywin32/) - PSF
|
||||||
|
- [wmi](https://pypi.org/project/WMI/) - MIT
|
||||||
|
|
|
@ -23,3 +23,5 @@ pycryptodome>=3.7.2,<=3.7.3
|
||||||
pyusb>=1.0.0,<2.0.0
|
pyusb>=1.0.0,<2.0.0
|
||||||
hidapi>=0.7.99,<0.8.0;platform_system!="Linux"
|
hidapi>=0.7.99,<0.8.0;platform_system!="Linux"
|
||||||
cmsis-pack-manager>=0.2.3,<0.3.0
|
cmsis-pack-manager>=0.2.3,<0.3.0
|
||||||
|
pywin32==224;platform_system=='Windows'
|
||||||
|
wmi==1.4.9;platform_system=='Windows'
|
||||||
|
|
Loading…
Reference in New Issue