text_tonality_analysis / pyproject.toml
theob699's picture
Initial commit
8751f06
raw
history blame contribute delete
229 Bytes
[project]
name = "mcp-discovery"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio[mcp]>=5.30.0",
"mcp>=1.9.2",
"textblob>=0.19.0",
]