Set ice candidates server (#285)

* Add code

* Add code

* Code
This commit is contained in:
Freddy Boulton
2025-04-17 10:20:53 -04:00
committed by GitHub
parent 72fdc74e82
commit c9bca428af
7 changed files with 59 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
[project]
name = "fastrtc"
version = "0.0.21"
version = "0.0.22.rc2"
description = "The realtime communication library for Python"
readme = "README.md"
license = "MIT"
@@ -28,17 +28,17 @@ keywords = [
"video processing",
"gradio-custom-component",
]
# Add dependencies here
dependencies = [
"gradio>=4.0,<6.0",
"aiortc",
"aioice>=0.10.1",
"audioop-lts;python_version>='3.13'",
"librosa",
"numpy>=2.0.2", # because of librosa
"numba>=0.60.0",
"standard-aifc;python_version>='3.13'",
"standard-sunau;python_version>='3.13'",
]
] # Add dependencies here
classifiers = [
'Development Status :: 3 - Alpha',
'Operating System :: OS Independent',