File size: 315 Bytes
4dd35b9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[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",
]
|