Skip to content

Commit 863cac2

Browse files
committed
Fixes adafruit#17
1 parent bfd1969 commit 863cac2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@
3030
# Author details
3131
author="Adafruit Industries",
3232
author_email="[email protected]",
33-
install_requires=["Adafruit-Blinka", "adafruit-circuitpython-busdevice"],
33+
install_requires=[
34+
"Adafruit-Blinka",
35+
"adafruit-circuitpython-busdevice",
36+
"adafruit-circuitpython-onewire",
37+
],
3438
# Choose your license
3539
license="MIT",
3640
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)