Skip to content

Commit af7b556

Browse files
IOTBTOOL-400: Fix mbed add in python 3
mbed add command would fail if trying to pull a mercurial repo since mercurial is not in the requirements list. Added it (now supports py3)
1 parent 59c0928 commit af7b556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@
4747
install_requires=[
4848
"pyserial>=3.0,<4.0",
4949
"mbed-os-tools>=0.0.9,<0.1.0",
50+
"mercurial>=5.2"
5051
]
5152
)

0 commit comments

Comments
 (0)