23 lines
498 B
TOML
23 lines
498 B
TOML
[project]
|
|
name = "dashboard"
|
|
version = "0.1.0"
|
|
description = "Computer dashboard and combined task manager (FastAPI + htmx)"
|
|
license = "Unlicense"
|
|
license-files = ["LICENSE"]
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.141.1",
|
|
"httpx>=0.28.1",
|
|
"jinja2>=3.1.6",
|
|
"psutil>=7.2.2",
|
|
"pydantic-settings>=2.15.0",
|
|
"python-multipart>=0.0.32",
|
|
"uvicorn[standard]>=0.52.4",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|
|
|
|
[tool.basedpyright]
|
|
reportExplicitAny = false
|
|
reportAny = false
|