🔧 chore(.gitignore): 添加虚拟环境和环境变量文件到忽略列表
🔧 chore(pyproject.toml): 更新依赖项版本并添加新依赖项到开发组
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
uv.lock
|
uv.lock
|
||||||
.venv
|
.venv
|
||||||
|
.env
|
||||||
@@ -7,8 +7,8 @@ requires-python = ">=3.12"
|
|||||||
|
|
||||||
# uv pip compile pyproject.toml -o ./requirements.txt
|
# uv pip compile pyproject.toml -o ./requirements.txt
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dify-plugin>=0.4.3",
|
"dify-plugin-dongjak>=0.4.5",
|
||||||
"openai>=1.99.9",
|
"openai>=1.108.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
# uv run black . -C -l 100
|
# uv run black . -C -l 100
|
||||||
@@ -16,6 +16,7 @@ dependencies = [
|
|||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
"black>=25.1.0",
|
"black>=25.1.0",
|
||||||
|
"dify-plugin",
|
||||||
"pytest>=8.4.1",
|
"pytest>=8.4.1",
|
||||||
"ruff>=0.12.5",
|
"ruff>=0.12.5",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user