Skip to content

Commit 44401b5

Browse files
committed
Added licenses types for python packets to LICENSE.md, updated versions definition in requirements.txt
1 parent 74e873a commit 44401b5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

LICENSE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ The Python modules used by Mbed tools are used under the following licenses:
5454
- [pywin32](https://pypi.org/project/pywin32/) - PSF
5555
- [wmi](https://pypi.org/project/WMI/) - MIT
5656
- [psutil](https://pypi.org/project/psutil/) - BSD
57+
- [click](https://pypi.org/project/click/) - BSD-3-Clause
58+
- [cryptography](https://pypi.org/project/cryptography/) - BSD, Apache-2.0
59+
- [jwcrypto](https://pypi.org/project/jwcrypto/) - LGPLv3+

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cmsis-pack-manager>=0.2.3,<0.3.0
2626
pywin32==224;platform_system=='Windows'
2727
wmi==1.4.9;platform_system=='Windows'
2828
psutil==5.6.2
29-
cryptography>=2.4.2
30-
Click>=7.0
31-
jwcrypto>=0.6.0
29+
cryptography>=2.4.x,<2.5
30+
Click>=7.0,<7.1
31+
jwcrypto>=0.6,<0.7
3232
pathlib>=1.0.1

0 commit comments

Comments
 (0)