mcp-sentiment / pyproject.toml
akunderscore's picture
first commit
ab20fe0
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.10"
dependencies = [
"gradio[mcp]>=5.33.0",
"textblob>=0.19.0",
]