Skip to content

Commit b6aae94

Browse files
Williangalvanijaxxzer
authored andcommitted
setup.py: Add missing 'pyserial' requirement
1 parent f4d1055 commit b6aae94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
description='A python module for the Blue Robotics Ping1D echosounder',
88
author='Blue Robotics',
99
url='https://www.bluerobotics.com',
10-
packages=find_packages()
11-
)
10+
packages=find_packages(), install_requires=['pyserial']
11+
)

0 commit comments

Comments
 (0)