🔧 fix(pyproject.toml): 更新dify-plugin-dongjak依赖到0.4.6版本 🔧 fix(requirements.txt): 更新dify-plugin-dongjak版本为0.4.6
23 lines
455 B
TOML
23 lines
455 B
TOML
[project]
|
|
name = "openai-api-compatible-GnRzR6cEy"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
|
|
# uv pip compile pyproject.toml -o ./requirements.txt
|
|
dependencies = [
|
|
"dify-plugin-dongjak>=0.4.6",
|
|
"openai>=1.108.2",
|
|
]
|
|
|
|
# uv run black . -C -l 100
|
|
# uv run ruff check --fix
|
|
[dependency-groups]
|
|
dev = [
|
|
"black>=25.1.0",
|
|
"dify-plugin",
|
|
"pytest>=8.4.1",
|
|
"ruff>=0.12.5",
|
|
]
|