From 4ef07b9b2df7a4fff11d382c5948e3f9af500dd9 Mon Sep 17 00:00:00 2001 From: chlub Date: Sun, 14 Jun 2026 22:40:36 +0200 Subject: [PATCH] update readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 55f67c8..4ea8567 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ The MQTT Client is a FastAPI App and can be launched natively or with FastAPI pr The script ``sql_startup.sql`` contains commands to set up the layout of the database which the program expects. -TODO: probably delete the "extra commands" and segment the example data out - ## Dependencies This repository does not include two external dependencies, namely the SQL server and MQTT broker. The tested choices for those dependencies are MariaDB and Mosquitto, but alternatives may work as well