Skip to content

Commit

Permalink
usb: add pyserial to package dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattthebaker committed Dec 22, 2021
1 parent 3dee7f1 commit 7c54751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ def run(self):
author_email="[email protected]",
install_requires=[
'warble >= 1.1, < 2.0',
'requests'
'requests',
'pyserial'
],
cmdclass={
'build_py': MetaWearBuild,
Expand Down

0 comments on commit 7c54751

Please sign in to comment.