File size: 429 Bytes
2e3fe1a
 
 
 
 
 
 
 
 
 
 
d969f4b
2e3fe1a
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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",
]