mirror of
https://github.com/langgenius/dify.git
synced 2026-06-16 19:38:44 +08:00
42a8d962a0
Co-authored-by: Stable Genius <259448942+stablegenius49@users.noreply.github.com>
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
|