Final_Assignment_Template / pyproject.toml
zeerafle's picture
Add API keys to example env and integrate base agent
e0922af
[project]
name = "final-assignment-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"arxiv>=2.2.0",
"google-genai>=1.22.0",
"gradio[oauth]>=5.34.2",
"huggingface-hub[cli]>=0.33.1",
"langchain-community>=0.3.26",
"langchain-tavily>=0.2.4",
"langchain[google-genai]>=0.3.26",
"langgraph>=0.4.10",
"numexpr>=2.11.0",
"pandas>=2.3.0",
"pymupdf>=1.26.1",
"python-dotenv>=1.1.1",
"requests>=2.32.4",
"wikipedia>=1.4.0",
]