mirror of
https://github.com/langchain-ai/langgraph-example-pyproject.git
synced 2026-07-01 17:04:09 -04:00
21 lines
478 B
TOML
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" |