Francesco Laiti
Update requirements
d969f4b
raw
history blame contribute delete
429 Bytes
[project]
name = "final-assignment-hf-agent-course"
version = "0.1.0"
description = "Final assignment for the HF Agent Course"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"agno>=1.4.2",
"google-genai>=1.12.1",
"googlesearch-python>=1.3.0",
"gradio[oauth]>=5.27.0",
"huggingface-hub>=0.30.2",
"openpyxl>=3.1.5",
"pandas>=2.2.3",
"pycountry>=24.6.1",
"yt-dlp>=2025.3.31",
]