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

25 lines
555 B
TOML
Raw Normal View History

[project]
2025-03-04 02:28:58 +08:00
name = "skyvern-llamaindex"
version = "0.2.1"
2025-03-04 02:28:58 +08:00
description = "Skyvern integration for LlamaIndex"
authors = [{ name = "lawyzheng", email = "lawy@skyvern.com" }]
requires-python = ">=3.11,<3.14"
2025-03-04 02:28:58 +08:00
readme = "README.md"
dependencies = [
"skyvern>=0.2.0",
"llama-index>=0.12.19,<0.13",
]
2025-03-04 02:28:58 +08:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
2025-03-04 02:28:58 +08:00
[dependency-groups]
dev = ["twine>=6.1.0,<7"]
2025-03-04 02:28:58 +08:00
[tool.hatch.build.targets.sdist]
include = ["skyvern_llamaindex"]
2025-03-04 02:28:58 +08:00
[tool.hatch.build.targets.wheel]
include = ["skyvern_llamaindex"]