mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-04 14:40:19 +00:00
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Build Skyvern SDK and publish to PyPI / check-version-change (push) Waiting to run
Build Skyvern SDK and publish to PyPI / run-ci (push) Blocked by required conditions
Build Skyvern SDK and publish to PyPI / build-sdk (push) Blocked by required conditions
Sync to skyvern-cloud / sync (push) Has been cancelled
20 lines
421 B
TOML
20 lines
421 B
TOML
[tool.poetry]
|
|
name = "skyvern-langchain"
|
|
version = "0.2.0"
|
|
description = ""
|
|
authors = ["lawyzheng <lawy@skyvern.com>"]
|
|
packages = [{ include = "skyvern_langchain" }]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11,<3.14"
|
|
skyvern = ">=0.2.0"
|
|
langchain = "^0.3.19"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
twine = "^6.1.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|