11 lines
234 B
TOML
11 lines
234 B
TOML
|
|
[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",
|
||
|
|
]
|