diff --git a/WeatherApp/requirements.txt b/WeatherApp/requirements.txt index e69de29..3ec1ebd 100644 --- a/WeatherApp/requirements.txt +++ b/WeatherApp/requirements.txt @@ -0,0 +1,5 @@ +Flask +gunicorn +paho-mqtt +mysql-connector-python +python-dotenv \ No newline at end of file diff --git a/WeatherApp/start.sh b/WeatherApp/start.sh index 2ddfa07..be23fa7 100644 --- a/WeatherApp/start.sh +++ b/WeatherApp/start.sh @@ -1,9 +1,5 @@ #!/bin/bash -# Laad omgevingsvariabelen als .env bestaat -if [ -f .env ]; then - export $(grep -v '^#' .env | xargs) -fi # Start de cron-service correct service cron start