Skip to content

Commit c55ded9

Browse files
committed
Added busdevice dependancy to setup.py
1 parent e4ee920 commit c55ded9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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", "adafruit-circuitpython-busdevice",],
3838
# Choose your license
3939
license="MIT",
4040
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)