Co-authored-by: pstruebi <office@summitwave.eu> Co-authored-by: pober <paul.obernesser@summitwave.eu> Co-authored-by: Pbopbo <p.obernesser@freenet.de> Reviewed-on: #23 Co-authored-by: pstruebi <struebin.patrick@gmail.com> Co-committed-by: pstruebi <struebin.patrick@gmail.com>
33 lines
923 B
TOML
33 lines
923 B
TOML
[project]
|
|
name = "auracast"
|
|
version = "0.0.1"
|
|
requires-python = ">=3.11"
|
|
|
|
dependencies = [
|
|
"bumble @ git+ssh://git@ssh.pstruebi.xyz:222/auracaster/bumble_mirror.git@32d448edf3276f6b9056765a12879054d8a01fd8",
|
|
"lc3py @ git+ssh://git@ssh.pstruebi.xyz:222/auracaster/liblc3.git@ce2e41faf8c06d038df9f32504c61109a14130be",
|
|
"aioconsole",
|
|
"fastapi==0.115.11",
|
|
"uvicorn==0.34.0",
|
|
"aiohttp==3.9.3",
|
|
"aioconsole (>=0.8.1,<0.9.0)",
|
|
"numpy (>=2.2.6,<3.0.0)",
|
|
"streamlit (>=1.45.1,<2.0.0)",
|
|
"aiortc (>=1.13.0,<2.0.0)",
|
|
"sounddevice (>=0.5.2,<0.6.0)",
|
|
"python-dotenv (>=1.1.1,<2.0.0)",
|
|
"smbus2 (>=0.5.0,<0.6.0)",
|
|
"samplerate (>=0.2.2,<0.3.0)",
|
|
"rpi-gpio (>=0.7.1,<0.8.0)"
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
test = [
|
|
"pytest >= 8.2",
|
|
"pytest-asyncio"
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61"] #, "wheel", "setuptools_scm>=8"
|
|
build-backend = "setuptools.build_meta"
|