Files
Dorod-Sky/integrations/langchain/pyproject.toml

28 lines
567 B
TOML
Raw Normal View History

[project]
2025-02-21 15:56:06 +08:00
name = "skyvern-langchain"
2026-01-04 15:10:22 +08:00
version = "0.2.1"
2025-02-21 15:56:06 +08:00
description = ""
authors = [{ name = "lawyzheng", email = "lawy@skyvern.com" }]
requires-python = ">=3.11,<3.14"
2025-02-21 15:56:06 +08:00
readme = "README.md"
dependencies = [
"skyvern>=0.2.0",
"langchain>=0.3.19,<0.4",
2026-01-04 15:10:22 +08:00
"langchain-core>=0.3.81",
"urllib3>=2.6.0",
]
2025-02-21 15:56:06 +08:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
2025-02-21 15:56:06 +08:00
[dependency-groups]
dev = ["twine>=6.1.0,<7"]
2025-02-21 15:56:06 +08:00
[tool.hatch.build.targets.sdist]
include = ["skyvern_langchain"]
[tool.hatch.build.targets.wheel]
include = ["skyvern_langchain"]