Add JS to render display

This commit is contained in:
Stefan Bethke 2025-06-01 13:00:49 +02:00
commit c3316e3086
10 changed files with 610 additions and 29 deletions

View file

@ -11,7 +11,11 @@ dependencies = [
"pyfis (>=1.13.0,<2.0.0)",
"pillow (>=11.2.1,<12.0.0)",
"bottle (>=0.13.3,<0.14.0)",
"bottle-websocket (>=0.2.9,<0.3.0)"
"bottle-websocket (>=0.2.9,<0.3.0)",
"bottle-log (>=1.0.0,<2.0.0)",
"gevent-websocket (>=0.10.1,<0.11.0)",
"gevent (>=25.5.1,<26.0.0)",
"jinja2 (>=3.1.6,<4.0.0)"
]