mcp-sentiment / pyproject.toml
rogerscuall's picture
feat: Update MCP client configuration and add new dependencies
5000e16
raw
history blame contribute delete
310 Bytes
[project]
name = "mcp-sentiment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastmcp>=2.8.0",
"gradio[mcp]>=5.34.0",
"mcp>=1.9.3",
"python-dotenv>=1.1.0",
"smolagents[mcp]>=1.18.0",
"textblob>=0.19.0",
]