Skip to content

Commit 61891bd

Browse files
Merge pull request #931 from ARMmbed/bt-400
IOTBTOOL-400: Fix mbed add in python 3
2 parents 7c80b55 + af7b556 commit 61891bd

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)