mirror of
https://mirror.skon.top/github.com/langgenius/dify.git
synced 2026-04-20 15:20:15 +08:00
11 lines
225 B
TOML
11 lines
225 B
TOML
[project]
|
|
name = "dify-trace-arize-phoenix"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"arize-phoenix-otel~=0.15.0",
|
|
]
|
|
description = "Dify ops tracing provider (Arize / Phoenix)."
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|