diff --git a/README.rst b/README.rst index 5118990..8fa0ecc 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,8 @@ Dependencies This driver depends on: * `Adafruit CircuitPython `_ +* `Adafruit CircuitPython ConnectionManager `_ +* `Adafruit CircuitPython MiniMQTT `_ Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading diff --git a/requirements.txt b/requirements.txt index 7a984a4..e743893 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ # SPDX-License-Identifier: Unlicense Adafruit-Blinka +adafruit-circuitpython-minimqtt