We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4b847 commit 8accb78Copy full SHA for 8accb78
requirements.txt
@@ -4,3 +4,4 @@
4
# SPDX-License-Identifier: MIT
5
6
typing_extensions; python_version <= '3.7'
7
+adafruit-circuitpython-busdevice
setup.py
@@ -39,7 +39,10 @@
39
# Author details
40
author="Adafruit Industries",
41
author_email="circuitpython@adafruit.com",
42
- install_requires=["typing_extensions; python_version <= '3.7'"],
+ install_requires=[
43
+ "typing_extensions; python_version <= '3.7'",
44
+ "adafruit-circuitpython-busdevice",
45
+ ],
46
# Choose your license
47
license="MIT",
48
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments