Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: stas <stas@skyvern.com>
26 lines
515 B
TOML
26 lines
515 B
TOML
[project]
|
|
name = "skyvern-langchain"
|
|
version = "0.2.0"
|
|
description = ""
|
|
authors = [{ name = "lawyzheng", email = "lawy@skyvern.com" }]
|
|
requires-python = ">=3.11,<3.14"
|
|
readme = "README.md"
|
|
|
|
dependencies = [
|
|
"skyvern>=0.2.0",
|
|
"langchain>=0.3.19,<0.4",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[dependency-groups]
|
|
dev = ["twine>=6.1.0,<7"]
|
|
|
|
[tool.hatch.build.targets.sdist]
|
|
include = ["skyvern_langchain"]
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
include = ["skyvern_langchain"]
|