This commit is contained in:
freddyaboulton
2024-10-25 16:30:34 -07:00
parent 50611d3772
commit 792e0a3663

View File

@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
[project]
name = "gradio_webrtc"
version = "0.0.8"
version = "0.0.9a1"
description = "Stream images in realtime with webrtc"
readme = "README.md"
license = "apache-2.0"
@@ -43,6 +43,7 @@ classifiers = [
[project.optional-dependencies]
dev = ["build", "twine"]
vad = ["librosa", "onnxruntime"]
[tool.hatch.build]
artifacts = ["/backend/gradio_webrtc/templates", "*.pyi"]