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

26 lines
515 B
TOML
Raw Normal View History

[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 = ""
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",
]
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"]