Skip to content

Commit 43b2b52

Browse files
authored
Merge pull request #84 from dhalbert/circuitpython_typing
require adafruit-circuitpython-typing
2 parents 41f3f74 + b7f039c commit 43b2b52

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
@@ -34,7 +34,7 @@
3434
# Author details
3535
author="Adafruit Industries",
3636
author_email="[email protected]",
37-
install_requires=["Adafruit-Blinka"],
37+
install_requires=["Adafruit-Blinka>=6.20.4", "adafruit-circuitpython-typing"],
3838
# Choose your license
3939
license="MIT",
4040
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)