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 535f639 commit cc6513eCopy full SHA for cc6513e
requirements.txt
@@ -3,4 +3,4 @@
3
# SPDX-License-Identifier: Unlicense
4
5
Adafruit-Blinka>=7.0.0
6
-adafruit-circuitpython-typing
+adafruit-circuitpython-typing>=1.5.0
setup.py
@@ -36,7 +36,7 @@
36
author_email="circuitpython@adafruit.com",
37
install_requires=[
38
"Adafruit-Blinka>=7.0.0",
39
- "adafruit-circuitpython-typing",
+ "adafruit-circuitpython-typing>=1.5.0",
40
],
41
# Choose your license
42
license="MIT",
0 commit comments