Skip to content

Commit 8bb6080

Browse files
authored
Merge pull request #2 from adafruit/dependency
Added busdevice dependancy to setup.py
2 parents e4ee920 + c55ded9 commit 8bb6080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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)