Files
langgenius-openai_api_compa…/pyproject.toml
cruldra ee6971b1a0 🔧 chore(.gitignore): 添加虚拟环境和环境变量文件到忽略列表
🔧 chore(pyproject.toml): 更新依赖项版本并添加新依赖项到开发组
2025-09-23 21:49:09 +08:00

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.5",
"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",
]