Files
ArchGPUFrontend/pyproject.toml

20 lines
431 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",
"langfuse>=3.5.0",
"nicegui>=2.24.1",
"niceguiex",
"psutil>=6.1.0",
"pydantic-ai>=1.0.9",
"pyyaml>=6.0.2",
]
[tool.uv.sources]
niceguiex = { git = "https://git.project-insanity.de/gmarth/NiceGUIEx.git" }