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