Merge pull request #14057 from artokin/device_management_sync_5_15

[mbed-os-5.15] Fix `mbed device-management` command for Python 3.8
pull/14147/head
Martin Kojtal 2021-02-02 13:23:37 +00:00 committed by GitHub
commit 152f3d46c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ prettytable==0.7.2
junit-xml==1.8
pyyaml==4.2b1
jsonschema==2.6.0
future==0.16.0
future>=0.18.0,<1.0
six==1.12.0
mbed-cloud-sdk>=2.0.6,<2.1
requests>=2.20,<2.21