Skip to content

Commit d76b975

Browse files
authored
Add circuitpython_typing, Blinka rev min to setup.py
1 parent f01071c commit d76b975

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
@@ -34,7 +34,10 @@
3434
# Author details
3535
author="Adafruit Industries",
3636
author_email="circuitpython@adafruit.com",
37-
install_requires=["Adafruit-Blinka"],
37+
install_requires=[
38+
"Adafruit-Blinka>=7.0.0",
39+
"adafruit-circuitpython-typing",
40+
],
3841
# Choose your license
3942
license="MIT",
4043
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)