diff --git a/LICENSE.md b/LICENSE.md index 0f4a309..a8372cf 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -51,3 +51,5 @@ - [pyusb](https://pypi.org/project/pyusb/) - Apache-2.0 - [cmsis-pack-manager](https://pypi.org/project/cmsis-pack-manager) - Apache-2.0 - [hidapi](https://pypi.org/project/hidapi/) - BSD-style +- [pywin32](https://pypi.org/project/pywin32/) - PSF +- [wmi](https://pypi.org/project/WMI/) - MIT diff --git a/requirements.txt b/requirements.txt index 555b30a..25ad09a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,3 +23,5 @@ pyusb>=1.0.0,<2.0.0 hidapi>=0.7.99,<0.8.0;platform_system!="Linux" cmsis-pack-manager>=0.2.3,<0.3.0 +pywin32==224;platform_system=='Windows' +wmi==1.4.9;platform_system=='Windows'