Files
network_audio_streaming/pyproject.toml
2025-06-02 17:57:11 +02:00

26 lines
658 B
TOML

[project]
name = "network-audio-streaming"
version = "0.1.0"
description = ""
authors = [
{name = "pstruebi",email = "struebin.patrick@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"numpy (>=2.2.6,<3.0.0)",
"sounddevice (>=0.5.2,<0.6.0)",
"soundfile (>=0.13.1,<0.14.0)",
"azure-cognitiveservices-speech (>=1.44.0,<2.0.0)",
"fastapi (>=0.115.12,<0.116.0)",
"aiortc (>=1.13.0,<2.0.0)",
"streamlit (>=1.45.1,<2.0.0)",
"streamlit-webrtc (>=0.62.4,<0.63.0)",
"uvicorn (>=0.34.3,<0.35.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"