Skip to content

Commit f4bffcb

Browse files
authored
Merge pull request #12 from dhalbert/circuitpython-typing
require adafruit-circuitpython-typing
2 parents c4784d8 + 96081ed commit f4bffcb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5-
Adafruit-Blinka
5+
Adafruit-Blinka>=6.20.4
6+
adafruit-circuitpython-typing

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# Author details
3434
author="Adafruit Industries",
3535
author_email="[email protected]",
36-
install_requires=["Adafruit-Blinka"],
36+
install_requires=["Adafruit-Blinka>=6.20.4", "adafruit-circuitpython-typing"],
3737
# Choose your license
3838
license="MIT",
3939
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)