2025-09-30 15:19:12 -06:00
|
|
|
[project]
|
2025-02-21 15:56:06 +08:00
|
|
|
name = "skyvern-langchain"
|
2025-06-10 00:40:05 -07:00
|
|
|
version = "0.2.0"
|
2025-02-21 15:56:06 +08:00
|
|
|
description = ""
|
2025-09-30 15:19:12 -06:00
|
|
|
authors = [{ name = "lawyzheng", email = "lawy@skyvern.com" }]
|
|
|
|
|
requires-python = ">=3.11,<3.14"
|
2025-02-21 15:56:06 +08:00
|
|
|
readme = "README.md"
|
|
|
|
|
|
2025-09-30 15:19:12 -06:00
|
|
|
dependencies = [
|
|
|
|
|
"skyvern>=0.2.0",
|
|
|
|
|
"langchain>=0.3.19,<0.4",
|
|
|
|
|
]
|
2025-02-21 15:56:06 +08:00
|
|
|
|
2025-09-30 15:19:12 -06:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["hatchling"]
|
|
|
|
|
build-backend = "hatchling.build"
|
2025-02-21 15:56:06 +08:00
|
|
|
|
2025-09-30 15:19:12 -06:00
|
|
|
[dependency-groups]
|
|
|
|
|
dev = ["twine>=6.1.0,<7"]
|
2025-02-21 15:56:06 +08:00
|
|
|
|
2025-09-30 15:19:12 -06:00
|
|
|
[tool.hatch.build.targets.sdist]
|
|
|
|
|
include = ["skyvern_langchain"]
|
|
|
|
|
|
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
|
|
|
include = ["skyvern_langchain"]
|