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 bfd1969 commit 863cac2Copy full SHA for 863cac2
setup.py
@@ -30,7 +30,11 @@
30
# Author details
31
author="Adafruit Industries",
32
author_email="circuitpython@adafruit.com",
33
- install_requires=["Adafruit-Blinka", "adafruit-circuitpython-busdevice"],
+ install_requires=[
34
+ "Adafruit-Blinka",
35
+ "adafruit-circuitpython-busdevice",
36
+ "adafruit-circuitpython-onewire",
37
+ ],
38
# Choose your license
39
license="MIT",
40
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments