Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 6c7701f

Browse files
authored
Merge pull request #6 from adafruit/require_pyserial
add pyserial to requirements
2 parents 7aabf5c + ed1779f commit 6c7701f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Adafruit-Blinka
2+
pyserial

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)