Skip to content

Commit 691b919

Browse files
committed
Add python requirements
1 parent 8d0a480 commit 691b919

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@
3939
"License :: OSI Approved :: Apache Software License",
4040
"Operating System :: OS Independent",
4141
),
42+
install_requires=[
43+
"pyserial>=3.0,<4.0",
44+
"mbed-os-tools<0.1.0",
45+
]
4246
)

0 commit comments

Comments
 (0)