htrflow_mcp / pyproject.toml
Gabriel's picture
zerogpu
1ec4316
raw
history blame contribute delete
264 Bytes
[project]
name = "app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio[mcp]>=5.33.0",
"htrflow==0.2.5",
"pillow>=11.2.1",
"ruff>=0.11.13",
"spaces>=0.36.0",
]