Files
dify/api/providers/trace/trace-langsmith/pyproject.toml

11 lines
205 B
TOML

[project]
name = "dify-trace-langsmith"
version = "0.0.1"
dependencies = [
"langsmith==0.8.5",
]
description = "Dify ops tracing provider (LangSmith)."
[tool.setuptools.packages.find]
where = ["src"]