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]
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user