NewsMCP / pyproject.toml
Robin Chiu
Add the agent mcp
9f63939
raw
history blame contribute delete
263 Bytes
[project]
name = "newsagent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"bs4>=0.0.2",
"gradio[mcp]>=5.33.1",
"litellm>=1.74.1",
"smolagents[litellm,mcp]>=1.20.0",
]