mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-25 05:25:37 -04:00
6733d582ce
* fix(transcript): update YouTube transcript API integration * gemini fix --------- Co-authored-by: Crazywoola <100913391+crazywoola@users.noreply.github.com>
17 lines
368 B
TOML
17 lines
368 B
TOML
[project]
|
|
name = "transcript"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
|
|
# Managed with uv; refresh the lockfile with `uv lock`.
|
|
dependencies = [
|
|
"dify_plugin>=0.9.0",
|
|
"youtube-transcript-api>=1.2.4,<2.0.0",
|
|
]
|
|
|
|
# uv run black . -C -l 100 && uv run ruff check --fix
|
|
[dependency-groups]
|
|
dev = []
|