moved RPi.GPIO package to seperate requirements file

This commit is contained in:
2025-04-20 01:55:41 +02:00
parent 67b8d8e659
commit fc43a1374a
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ prepare_www: build
prepare_server:
cp -r $(SERVER_DIR)/requirements.txt $(PACKAGE_DIR)/
cp -r $(SERVER_DIR)/requirements-rpi.txt $(PACKAGE_DIR)/
cp -r $(SERVER_DIR)/*.py $(PACKAGE_DIR)/
package: clean prepare_www prepare_server

View File

@@ -0,0 +1,2 @@
Flask==3.1.0
RPi.GPIO==0.7.1