Skip to content

Commit 1bd3ac0

Browse files
authored
Merge pull request #5 from kattni/pypi-setup
Add requirements to setup.py
2 parents 1f3ce6e + 99095f4 commit 1bd3ac0

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='circuitpython@adafruit.com',
3636

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

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

0 commit comments

Comments
 (0)