Files
langgraph-example-monorepo/pyproject.toml
T
isaac hershenson cc671b8a30 draft
2024-08-07 09:59:09 -07:00

18 lines
452 B
TOML

[tool.poetry]
name = "my-agent"
version = "0.0.1"
description = "An excellent agent build for LangGraph cloud."
authors = ["Polly the parrot <1223+polly@users.noreply.github.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = ">=3.9.0,<3.13"
langgraph = "^0.1.7"
langchain-openai = ">=0.1.17"
langchain-anthropic = ">=0.1.20"
langchain-community = ">=0.2.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"