Skip to content

Commit 52589d5

Browse files
committed
Pin python dependencies to an API version
1 parent 39d27a4 commit 52589d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ def read(fname):
5454
},
5555
install_requires=[
5656
"mbed-ls>=1.5.1,==1.*",
57-
"six",
58-
"pyserial",
59-
"pyOCD!=0.13.0"
57+
"six==1.*",
58+
"pyserial==3.*",
59+
"pyOCD>=0.13.1,<0.14.0"
6060
],
6161
classifiers=[
6262
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)