From e53e51d0e981baae2722e198d946c701697bf737 Mon Sep 17 00:00:00 2001 From: Justin Myers Date: Thu, 29 Feb 2024 06:18:04 -0800 Subject: [PATCH] Fix README requirements --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f79e725..0bed32c 100644 --- a/README.rst +++ b/README.rst @@ -48,10 +48,11 @@ Dependencies This driver depends on: * `Adafruit CircuitPython `_ -* `Adafruit CircuitPython MiniMQTT `_ -* `Adafruit CircuitPython Requests `_ * `Adafruit CircuitPython BinASCII `_ +* `Adafruit CircuitPython ConnectionManager `_ * `Adafruit CircuitPython Logging `_ +* `Adafruit CircuitPython MiniMQTT `_ +* `Adafruit CircuitPython Requests `_ Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading