Skip to content

Commit

Permalink
chore: set build system to Poetry and remove unnecessary settings wit…
Browse files Browse the repository at this point in the history
…h package mode disabled (#5263)
  • Loading branch information
bowenliang123 authored Jun 18, 2024
1 parent 5f0ce58 commit c7d3785
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[project]
requires-python = ">=3.10"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.ruff]
exclude = [
]
Expand Down Expand Up @@ -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 <[email protected]>"]
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
Expand Down

0 comments on commit c7d3785

Please sign in to comment.