parent
ca50445040
commit
47fe7132a7
|
@ -23,4 +23,3 @@ sudo apt install python3-flask-mysqldb -y
|
||||||
sudo apt install python3-osc -y
|
sudo apt install python3-osc -y
|
||||||
sudo apt install python3-rpi-ws281x python3-adafruit-circuitpython-neopixel -y
|
sudo apt install python3-rpi-ws281x python3-adafruit-circuitpython-neopixel -y
|
||||||
sudo apt install python3-wifi -y
|
sudo apt install python3-wifi -y
|
||||||
sudo apt install python3-pymysql -y
|
|
|
@ -1,4 +1,6 @@
|
||||||
Flask==2.3.2
|
Flask==2.3.2
|
||||||
|
mysql_connector_repackaged==0.3.1
|
||||||
neopixel==0.0.1
|
neopixel==0.0.1
|
||||||
python_osc==1.8.3
|
python_osc==1.8.3
|
||||||
Requests==2.31.0
|
Requests==2.31.0
|
||||||
|
wifi==0.3.8
|
||||||
|
|
Loading…
Reference in New Issue