chore: set build system to Poetry and remove unnecessary settings with package mode disabled (#5263)

This commit is contained in:
Bowen Liang 2024-06-18 13:27:03 +08:00 committed by GitHub
parent 5f0ce5811a
commit c7d378555a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]