add case temperature readout

This commit is contained in:
2025-09-03 11:57:25 +02:00
parent 69cde553cd
commit 64f2626b4f
5 changed files with 39 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ dependencies = [
"streamlit (>=1.45.1,<2.0.0)",
"aiortc (>=1.13.0,<2.0.0)",
"sounddevice (>=0.5.2,<0.6.0)",
"python-dotenv (>=1.1.1,<2.0.0)"
"python-dotenv (>=1.1.1,<2.0.0)",
"smbus2 (>=0.5.0,<0.6.0)"
]
[project.optional-dependencies]