Skip to content

Commit 8fb5e99

Browse files
committed
Add circuitpython_typing, Blinka min rev dependencies
1 parent 55b7361 commit 8fb5e99

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5-
Adafruit-Blinka
5+
Adafruit-Blinka>=7.0.0
66
adafruit-circuitpython-busdevice
7+
adafruit-circuitpython-typing

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
# Author details
3535
author="Adafruit Industries",
3636
author_email="[email protected]",
37-
install_requires=["Adafruit-Blinka", "adafruit-circuitpython-busdevice"],
37+
install_requires=[
38+
"Adafruit-Blinka>=7.0.0",
39+
"adafruit-circuitpython-busdevice",
40+
"adafruit-circuitpython-typing",
41+
],
3842
# Choose your license
3943
license="MIT",
4044
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)