build(deps): 为 tts 插件添加 soundfile 和 pedalboard 依赖
This commit is contained in:
@@ -72,3 +72,5 @@ aiofiles
|
|||||||
inkfox
|
inkfox
|
||||||
mcp
|
mcp
|
||||||
sse-starlette
|
sse-starlette
|
||||||
|
soundfile
|
||||||
|
pedalboard
|
||||||
@@ -30,7 +30,7 @@ class TTSVoicePlugin(BasePlugin):
|
|||||||
plugin_author = "Kilo Code & 靚仔"
|
plugin_author = "Kilo Code & 靚仔"
|
||||||
config_file_name = "config.toml"
|
config_file_name = "config.toml"
|
||||||
dependencies = []
|
dependencies = []
|
||||||
python_dependencies = ["aiohttp"]
|
python_dependencies = ["aiohttp", "soundfile", "pedalboard"]
|
||||||
|
|
||||||
permission_nodes: list[PermissionNodeField] = [
|
permission_nodes: list[PermissionNodeField] = [
|
||||||
PermissionNodeField(node_name="command.use", description="是否可以使用 /tts 命令"),
|
PermissionNodeField(node_name="command.use", description="是否可以使用 /tts 命令"),
|
||||||
|
|||||||
Reference in New Issue
Block a user