10 lines
177 B
TOML
10 lines
177 B
TOML
[project]
|
|
name = "pifantui"
|
|
version = "0.1.0"
|
|
description = "Minimal Pi5 Fan Control UI"
|
|
readme = "README.org"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"rich>=14.2.0",
|
|
]
|