We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01071c commit d76b975Copy full SHA for d76b975
setup.py
@@ -34,7 +34,10 @@
34
# Author details
35
author="Adafruit Industries",
36
author_email="circuitpython@adafruit.com",
37
- install_requires=["Adafruit-Blinka"],
+ install_requires=[
38
+ "Adafruit-Blinka>=7.0.0",
39
+ "adafruit-circuitpython-typing",
40
+ ],
41
# Choose your license
42
license="MIT",
43
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments