Skip to content

Commit a62f6fa

Browse files
authored
Added adafruit-circuitpython-typing to setup.py
1 parent 1d81df1 commit a62f6fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
# Author details
3434
author="Adafruit Industries",
3535
author_email="circuitpython@adafruit.com",
36-
install_requires=["Adafruit-Blinka"],
36+
install_requires=[
37+
"Adafruit-Blinka",
38+
"adafruit-circuitpython-typing",
39+
],
3740
# Choose your license
3841
license="MIT",
3942
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)