From e0d2aacfe3e4d637ef24de5ee50fba6d075991d6 Mon Sep 17 00:00:00 2001 From: jason bruce Date: Fri, 1 Dec 2023 15:14:56 -0500 Subject: [PATCH] add RPi.GPIO to requirements --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index 905a944..ac8aed5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,11 @@ gevent-websocket websocket-client requests +# for folks running raspberry pis +# we have no proof of anyone using another board yet, but when that +# happens, you might want to comment this out. +RPi.GPIO + # List of all supported adafruit modules for thermocouples adafruit-circuitpython-max31855 adafruit-circuitpython-max31856