16 lines
287 B
TOML
16 lines
287 B
TOML
[project]
|
|
name = "glowpath-backend"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"open-webui>=0.6.5",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pyinstaller>=6.14.1",
|
|
"pyinstaller-hooks-contrib>=2025.5",
|
|
]
|