store events in tinydb

This commit is contained in:
Blake Blackshear
2020-10-26 07:49:44 -05:00
parent 408b53f8b4
commit 95dc17ffcd
3 changed files with 16 additions and 2 deletions

View File

@@ -32,7 +32,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
tinydb
FROM scratch

View File

@@ -42,7 +42,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
tinydb
FROM scratch