AutoReadmeAgent / pyproject.toml
bogeumkim's picture
Modify Gradio UI
174c3d3
raw
history blame contribute delete
289 Bytes
[project]
name = "agents-mcp-hackathon"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gradio>=5.33.0",
"markdownify>=1.1.0",
"modal>=1.0.3",
"smolagents>=1.17.0",
"transformers>=4.52.4",
]