| [project] | |
| name = "agents-course-final-assignment" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "ddgs>=9.14.1", | |
| "gradio[oauth]>=4.44.1", | |
| "huggingface-hub>=0.24,<1.0", | |
| "python-dotenv>=1.2.2", | |
| "requests>=2.32.5", | |
| "smolagents>=1.24.0", | |
| ] | |