SmolNews / pyproject.toml
jairo's picture
fix agent context
4dd35b9
raw
history blame contribute delete
315 Bytes
[project]
name = "smolnews"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"markdownify>=1.0.0",
"pandas>=2.2.3",
"python-dateutil>=2.9.0.post0",
"pytz>=2025.1",
"requests>=2.32.3",
"smolagents[gradio]>=1.9.2",
]