commit df1176cca4349802f0b282bc01f0d5aaa692f8c6 Author: Wolfgang Hottgenroth Date: Tue Nov 5 11:09:15 2024 +0100 initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f2fc814 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +.*~ +*.pyc +.venv/ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..96a2716 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +paho-mqtt==2.1.0