mirror of
https://github.com/langgenius/dify.git
synced 2026-03-03 23:06:20 +08:00
9 lines
161 B
TOML
9 lines
161 B
TOML
project-includes = ["."]
|
|
project-excludes = [
|
|
".venv",
|
|
"migrations/",
|
|
]
|
|
python-platform = "linux"
|
|
python-version = "3.11.0"
|
|
infer-with-first-use = false
|