Files
ArchGPUFrontend/pyproject.toml
2025-09-18 03:41:48 +02:00

17 lines
391 B
TOML

[project]
name = "archgpufrontend"
version = "0.1.0"
description = "Add your description here"
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" }