From 73f5249c75ae387662adbdfe7e554931f0f9d140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 12 Feb 2024 13:27:31 +0100 Subject: [PATCH] updated requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- README.md | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1565df..1bcef23 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ For the professionals out there, most of you will already know how to pixel cont ### Commands to install all the required packages: ``` -sudo apt update -y && sudo apt upgrade -y && sudo apt install python3 python3-pip git python3-flask apache2 php mariadb-server mariadb-client ola ola-python dnsmasq hostapd rfkill +sudo apt update -y && sudo apt upgrade -y && sudo apt install python3 python3-pip git python3-flask apache2 php mariadb-server mariadb-client ola ola-python dnsmasq hostapd rfkill -y ``` ### Setup the wifi access point: diff --git a/requirements.txt b/requirements.txt index ff7c3ad..1d29b9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ +adafruit_circuitpython_neopixel==6.3.11 Flask==2.3.2 MySQL-python==1.2.5 -neopixel==0.0.1 -python_osc==1.8.3 Requests==2.31.0 +stupidArtnet==1.4.0 wifi==0.3.8