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