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 caf9521 commit 6b6d85aCopy full SHA for 6b6d85a
requirements.txt
@@ -2,5 +2,4 @@
2
#
3
# SPDX-License-Identifier: Unlicense
4
5
-Adafruit-Blinka
6
-adafruit-circuitpython-typing
+Adafruit-Blinka>=7.0.0
setup.py
@@ -33,10 +33,7 @@
33
# Author details
34
author="Adafruit Industries",
35
author_email="circuitpython@adafruit.com",
36
- install_requires=[
37
- "Adafruit-Blinka",
38
- "adafruit-circuitpython-typing",
39
- ],
+ install_requires=["Adafruit-Blinka>=7.0.0"],
40
# Choose your license
41
license="MIT",
42
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments