mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 07:19:08 +08:00
chore: set build system to Poetry and remove unnecessary settings with package mode disabled (#5263)
This commit is contained in:
parent
5f0ce5811a
commit
c7d378555a
@ -1,6 +1,10 @@
|
||||
[project]
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.ruff]
|
||||
exclude = [
|
||||
]
|
||||
@ -78,17 +82,10 @@ MOCK_SWITCH = "true"
|
||||
CODE_MAX_STRING_LENGTH = "80000"
|
||||
CODE_EXECUTION_ENDPOINT="http://127.0.0.1:8194"
|
||||
CODE_EXECUTION_API_KEY="dify-sandbox"
|
||||
|
||||
FIRECRAWL_API_KEY = "fc-"
|
||||
|
||||
|
||||
|
||||
[tool.poetry]
|
||||
name = "dify-api"
|
||||
version = "0.6.11"
|
||||
description = ""
|
||||
authors = ["Dify <hello@dify.ai>"]
|
||||
readme = "README.md"
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user