Skip to content

Commit 2dee41e

Browse files
committed
require circuitpython_typing
1 parent 41f3f74 commit 2dee41e

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+
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)