diff --git a/pyproject.toml b/pyproject.toml index b1ca43d..21f6e52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]