Skip to content

Commit 8accb78

Browse files
committed
Add adafruit-circuitpython-busdevice as dependency
1 parent 5f4b847 commit 8accb78

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
# SPDX-License-Identifier: MIT
55

66
typing_extensions; python_version <= '3.7'
7+
adafruit-circuitpython-busdevice

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
# Author details
4040
author="Adafruit Industries",
4141
author_email="[email protected]",
42-
install_requires=["typing_extensions; python_version <= '3.7'"],
42+
install_requires=[
43+
"typing_extensions; python_version <= '3.7'",
44+
"adafruit-circuitpython-busdevice",
45+
],
4346
# Choose your license
4447
license="MIT",
4548
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)