mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 09:59:22 +08:00
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "fastrtc"
|
||||
version = "0.0.26.rc2"
|
||||
version = "0.0.26"
|
||||
description = "The realtime communication library for Python"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
@@ -70,7 +70,7 @@ issues = "https://github.com/gradio-app/fastrtc/issues"
|
||||
Documentation = "https://fastrtc.org/"
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["build", "twine", "httpx", "pytest"]
|
||||
dev = ["build", "twine", "httpx", "pytest", "pytest-asyncio"]
|
||||
vad = ["onnxruntime>=1.20.1"]
|
||||
tts = ["kokoro-onnx"]
|
||||
stopword = ["fastrtc-moonshine-onnx", "onnxruntime>=1.20.1"]
|
||||
|
||||
Reference in New Issue
Block a user