store events in tinydb

This commit is contained in:
Blake Blackshear
2021-01-26 21:40:33 -06:00
parent d67a56d37e
commit 422cd52049
3 changed files with 16 additions and 2 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
tinydb
FROM scratch
+2 -1
View File
@@ -42,7 +42,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
tinydb
FROM scratch