File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ cmsis-pack-manager>=0.2.3,<0.3.0
2626pywin32 == 224 ;platform_system == 'Windows'
2727wmi == 1.4.9 ;platform_system == 'Windows'
2828psutil == 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
3232pathlib >= 1.0.1
You can’t perform that action at this time.
0 commit comments