mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14038 from fkjagodzinski/fix-mbed_dm_command_with_py3.8
Fix `mbed device-management` command for Python 3.8pull/14064/head
commit
4ad6f5daaf
|
@ -4,7 +4,7 @@ prettytable==0.7.2
|
||||||
junit-xml==1.8
|
junit-xml==1.8
|
||||||
pyyaml==4.2b1
|
pyyaml==4.2b1
|
||||||
jsonschema==2.6.0
|
jsonschema==2.6.0
|
||||||
future==0.16.0
|
future>=0.18.0,<1.0
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
mbed-cloud-sdk>=2.0.6,<2.1
|
mbed-cloud-sdk>=2.0.6,<2.1
|
||||||
requests>=2.20,<2.21
|
requests>=2.20,<2.21
|
||||||
|
|
Loading…
Reference in New Issue