mcp-sentiment / pyproject.toml
PowerOfAPoint's picture
Added requirements.txt
76fcd82
raw
history blame contribute delete
297 Bytes
[project]
name = "mcp-sentiment-hf"
version = "0.1.0"
description = "Sentiment analysis application created using MCP. From Hugging Face's MCP course"
requires-python = ">=3.13"
dependencies = [
"gradio[mcp]>=5.32.0",
"mcp>=1.9.0",
"smolagents[mcp]>=1.17.0",
"textblob>=0.19.0",
]