Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
26 lines
577 B
TOML
26 lines
577 B
TOML
[project]
|
|
name = "skyvern-llamaindex"
|
|
version = "0.2.2"
|
|
description = "Skyvern integration for LlamaIndex"
|
|
authors = [{ name = "lawyzheng", email = "lawy@skyvern.com" }]
|
|
requires-python = ">=3.11,<3.14"
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"skyvern>=0.2.0",
|
|
"llama-index>=0.12.19,<0.14",
|
|
"urllib3>=2.6.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[dependency-groups]
|
|
dev = ["twine>=6.1.0,<7"]
|
|
|
|
[tool.hatch.build.targets.sdist]
|
|
include = ["skyvern_llamaindex"]
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
include = ["skyvern_llamaindex"]
|