mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 22:52:29 +02:00
19 lines
410 B
TOML
19 lines
410 B
TOML
[tool.poetry]
|
|
name = "langgraph-examples"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = []
|
|
readme = "README.md"
|
|
packages = []
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9.0,<4.0"
|
|
jupyter = "^1.0.0"
|
|
langgraph-cli = {path = "../../cli", develop = true}
|
|
langgraph-sdk = {path = "../../sdk-py", develop = true}
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|