mcp-sentiment / pyproject.toml
sharath-hf's picture
Changes to be committed:
519bc60
raw
history blame contribute delete
211 Bytes
[project]
name = "mcp-sentiment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio[mcp]>=5.34.0",
"textblob>=0.19.0",
]