Francesco Laiti
commited on
Commit
·
2e3fe1a
1
Parent(s):
22c7090
Add env
Browse files- pyproject.toml +16 -0
- uv.lock +0 -0
pyproject.toml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "final-assignment-hf-agent-course"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
+
description = "Final assignment for the HF Agent Course"
|
| 5 |
+
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.12"
|
| 7 |
+
dependencies = [
|
| 8 |
+
"agno>=1.4.2",
|
| 9 |
+
"google-genai>=1.12.1",
|
| 10 |
+
"googlesearch-python>=1.3.0",
|
| 11 |
+
"gradio[oauth]>=5.27.0",
|
| 12 |
+
"openpyxl>=3.1.5",
|
| 13 |
+
"pandas>=2.2.3",
|
| 14 |
+
"pycountry>=24.6.1",
|
| 15 |
+
"yt-dlp>=2025.3.31",
|
| 16 |
+
]
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|