Skip to content

Commit 19c3a97

Browse files
committed
Remove pyocd dependency.
Wherever Python is used, the imports are wrapped in try/except blocks and an error code returned. It seems as though it is already and optional dependency, so I'm removing the hard requirement.
1 parent 52589d5 commit 19c3a97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ def read(fname):
5555
install_requires=[
5656
"mbed-ls>=1.5.1,==1.*",
5757
"six==1.*",
58-
"pyserial==3.*",
59-
"pyOCD>=0.13.1,<0.14.0"
58+
"pyserial==3.*"
6059
],
6160
classifiers=[
6261
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)