Files
langgraph-example-pyproject/pyproject.toml
T
isaac hershenson 1e23a0e03e wip
2024-08-02 11:51:47 -07:00

21 lines
478 B
TOML

[tool.poetry]
name = "langchain-example-pyproject"
version = "0.1.0"
description = "Example LangGraph project for deployment to LangGraph Cloud"
authors = [
"langchain-ai"
]
[tool.poetry.dependencies]
python = ">=3.9.0,<3.13"
langgraph = "^0.1.7"
langchain_anthropic = "^0.1.0"
langchain_core = "^0.2.0"
langchain_openai = "^0.1.0"
tavily-python = "^0.3.0"
langchain_community = "^0.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"