Files
network_audio_streaming/pyproject.toml

21 lines
477 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)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"