agent-course-assesment / pyproject.toml
actualbrain's picture
score-45, gpt-4.1
3c0a133
raw
history blame contribute delete
375 Bytes
[project]
name = "agent-course-final-assesment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.11.18",
"gradio[oauth]>=5.26.0",
"langchain>=0.3.24",
"langchain-community>=0.3.22",
"langchain-core>=0.3.55",
"langchain-openai>=0.3.14",
"langgraph>=0.3.34",
]