| [project] | |
| name = "agents-course-final-assignment" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "beautifulsoup4>=4.13.4", | |
| "dotenv>=0.9.9", | |
| "gradio[oauth]>=5.26.0", | |
| "openpyxl>=3.1.5", | |
| "requests>=2.32.3", | |
| "smolagents[openai]>=1.14.0", | |
| "soundfile>=0.13.1", | |
| ] | |