Skip to content

Commit 69d163f

Browse files
authored
Add circuitpython_typing to setup.py
1 parent ad0c135 commit 69d163f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
# Author details
3535
author="Adafruit Industries",
3636
author_email="[email protected]",
37-
install_requires=["Adafruit-Blinka", "pyserial"],
37+
install_requires=[
38+
"Adafruit-Blinka",
39+
"adafruit-circuitpython-typing>=1.4.0",
40+
"pyserial",
41+
],
3842
# Choose your license
3943
license="MIT",
4044
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)