This commit is contained in:
2025-09-18 03:41:48 +02:00
parent 7af7ba28a0
commit 8c6f070ea1
14 changed files with 1045 additions and 406 deletions

View File

@@ -6,6 +6,11 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dotenv>=0.9.9",
"httpx>=0.28.1",
"nicegui>=2.24.1",
"niceguiasyncelement",
"psutil>=6.1.0",
]
[tool.uv.sources]
niceguiasyncelement = { git = "https://git.project-insanity.de/gmarth/NiceGuiAsyncElement.git" }