store events in tinydb

This commit is contained in:
Blake Blackshear
2020-12-05 08:48:46 -06:00
parent 408b53f8b4
commit 95dc17ffcd
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