LangGraphSandbox / pyproject.toml
thomfoolery's picture
chainlit app with multiple tools
6b8b230
raw
history blame contribute delete
403 Bytes
[project]
name = "langgraphsandbox"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"arxiv>=2.1.3",
"chainlit>=2.1.0",
"fastapi>=0.115.8",
"langchain>=0.3.17",
"langchain-community>=0.3.16",
"langchain-openai>=0.3.3",
"langgraph>=0.2.69",
"uvicorn[standard]>=0.34.0",
"yfinance>=0.2.52",
]