Skip to content

Commit 6b6d85a

Browse files
committed
Changed typing package requirement to Blinka>=7.0.0
1 parent caf9521 commit 6b6d85a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

requirements.txt

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

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

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@
3333
# Author details
3434
author="Adafruit Industries",
3535
author_email="circuitpython@adafruit.com",
36-
install_requires=[
37-
"Adafruit-Blinka",
38-
"adafruit-circuitpython-typing",
39-
],
36+
install_requires=["Adafruit-Blinka>=7.0.0"],
4037
# Choose your license
4138
license="MIT",
4239
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)