[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", | |
] | |