We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0a480 commit 691b919Copy full SHA for 691b919
setup.py
@@ -39,4 +39,8 @@
39
"License :: OSI Approved :: Apache Software License",
40
"Operating System :: OS Independent",
41
),
42
+ install_requires=[
43
+ "pyserial>=3.0,<4.0",
44
+ "mbed-os-tools<0.1.0",
45
+ ]
46
)
0 commit comments