| [project] | |
| name = "hfagentscourse-finalassignment" | |
| version = "0.1.0" | |
| description = "Huggingface agents course -- Final assignment" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "arxiv>=2.2.0", | |
| "dotenv>=0.9.9", | |
| "duckduckgo-search>=8.0.1", | |
| "gradio>=5.29.0", | |
| "langchain-community>=0.3.23", | |
| "langchain-google-genai>=2.1.4", | |
| "langchain-groq>=0.3.2", | |
| "langchain-huggingface>=0.2.0", | |
| "langchain-openai>=0.3.16", | |
| "langchain-tools>=0.1.34", | |
| "langgraph>=0.4.3", | |
| "pandas>=2.2.3", | |
| "pymupdf>=1.25.5", | |
| "rank-bm25>=0.2.2", | |
| "requests>=2.32.3", | |
| "tavily-python>=0.7.2", | |
| "wikipedia>=1.4.0", | |
| ] | |