mirror of
https://mirror.skon.top/github.com/langgenius/dify.git
synced 2026-04-20 15:20:15 +08:00
11 lines
217 B
TOML
11 lines
217 B
TOML
[project]
|
|
name = "dify-trace-mlflow"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"mlflow-skinny>=3.11.1",
|
|
]
|
|
description = "Dify ops tracing provider (MLflow / Databricks)."
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|