Files
aistream-test/volcengine_bidirection_demo/pyproject.toml
T
2025-12-01 21:00:54 +08:00

12 lines
224 B
TOML

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "volc-speech-python-sdk"
version = "0.1.0"
requires-python = ">=3.9"
dependencies = [
"websockets>=14.0",
]