Skip to content

Commit 85bc040

Browse files
committed
Fix mbed device-management command for Python 3.8
Bump the `future` module version to 0.18.0 to fix an ImportError present for Python 3.8: ImportError: cannot import name 'splitattr' from 'urllib.request' (/usr/lib/python3.8/urllib/request.py)
1 parent d6784c3 commit 85bc040

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)