Skip to content

Commit 4ad6f5d

Browse files
authored
Merge pull request #14038 from fkjagodzinski/fix-mbed_dm_command_with_py3.8
Fix `mbed device-management` command for Python 3.8
2 parents 94cc37b + 85bc040 commit 4ad6f5d

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)