htrflow_mcp / pyproject.toml
Gabriel's picture
test
fb3185e
raw
history blame
237 Bytes
[project]
name = "app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=5.33.0",
"htrflow==0.2.5",
"pillow>=11.2.1",
"ruff>=0.11.13",
]