proper uv management

This commit is contained in:
2026-02-17 12:18:13 +09:00
parent af7fb2beaf
commit e05773450a
3 changed files with 16 additions and 2 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "pi-dashboard-server"
version = "0.1.0"
description = "WebSocket servers for the ESP32-S3 RLCD dashboard"
requires-python = ">=3.10"
dependencies = [
"websockets>=12.0",
"psutil>=5.9.0",
"Pillow>=10.0",
]