LiveSQLBench-Lite-MCP / pyproject.toml
Robin Chiu
init version
6185b4f
raw
history blame
201 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",
]