mirror of
https://github.com/langgenius/dify.git
synced 2026-04-20 15:00:35 -04:00
11 lines
206 B
TOML
11 lines
206 B
TOML
[project]
|
|
name = "dify-trace-langsmith"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"langsmith~=0.7.30",
|
|
]
|
|
description = "Dify ops tracing provider (LangSmith)."
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|