From 5fcf6cc7dfaf92b0dad51ad7b8f8094881ae7cdd Mon Sep 17 00:00:00 2001 From: Justin Myers Date: Thu, 29 Feb 2024 11:35:47 -0800 Subject: [PATCH] Fix README requirements --- README.rst | 2 ++ requirements.txt | 1 + 2 files changed, 3 insertions(+) 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