mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
3b1ddbfdf0
* chore: consolidate medium-priority dependency updates * fix: address medium-priority dependency CI failure
17 lines
313 B
TOML
17 lines
313 B
TOML
[project]
|
|
name = "devdocs"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
|
|
dependencies = [
|
|
"dify_plugin>=0.9.0",
|
|
"pydantic>=2.13.4",
|
|
"requests>=2.34.2",
|
|
]
|
|
|
|
# uv run black . -C -l 100 && uv run ruff check --fix
|
|
[dependency-groups]
|
|
dev = []
|