From 47fe7132a7e2948c337fee8d01ca1f4af1417256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 8 Feb 2024 21:59:15 +0100 Subject: [PATCH] pipreqs update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- README.md | 3 +-- requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac11d23..e2ee4ba 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,4 @@ sudo apt install python3-flask -y sudo apt install python3-flask-mysqldb -y sudo apt install python3-osc -y sudo apt install python3-rpi-ws281x python3-adafruit-circuitpython-neopixel -y -sudo apt install python3-wifi -y -sudo apt install python3-pymysql -y \ No newline at end of file +sudo apt install python3-wifi -y \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 8d84530..13d66a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ Flask==2.3.2 +mysql_connector_repackaged==0.3.1 neopixel==0.0.1 python_osc==1.8.3 Requests==2.31.0 +wifi==0.3.8