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