mcp_test / pyproject.toml
yosh
test
4a9f8fc
raw
history blame contribute delete
239 Bytes
[project]
name = "mcp-gradio"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio[mcp]>=5.44.1",
"huggingface-hub>=0.34.4",
"textblob>=0.19.0",
]