Skip to content

Commit 152f3d4

Browse files
authored
Merge pull request #14057 from artokin/device_management_sync_5_15
[mbed-os-5.15] Fix `mbed device-management` command for Python 3.8
2 parents 9454bb0 + 1165fa7 commit 152f3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ prettytable==0.7.2
44
junit-xml==1.8
55
pyyaml==4.2b1
66
jsonschema==2.6.0
7-
future==0.16.0
7+
future>=0.18.0,<1.0
88
six==1.12.0
99
mbed-cloud-sdk>=2.0.6,<2.1
1010
requests>=2.20,<2.21

0 commit comments

Comments
 (0)