Skip to content

Commit 4f89b49

Browse files
authored
Merge pull request #37 from kattni/setup-py-update
Adding install reqs to setup.py
2 parents f8de4c0 + 1252b8f commit 4f89b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
author='Adafruit Industries',
3535
author_email='[email protected]',
3636

37-
install_requires=[],
37+
install_requires=['pyserial', 'Adafruit-Blinka', 'adafruit-circuitpython-busdevice'],
3838

3939
# Choose your license
4040
license='MIT',

0 commit comments

Comments
 (0)