mirror of
https://github.com/langgenius/dify.git
synced 2026-04-27 18:00:15 -04:00
11 lines
195 B
TOML
11 lines
195 B
TOML
[project]
|
|
name = "dify-trace-weave"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"weave>=0.52.36",
|
|
]
|
|
description = "Dify ops tracing provider (Weave)."
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|