ledstick/python/pyproject.toml
Patrick Moessler fc4005cc49 v2
2025-02-24 00:29:15 +01:00

12 lines
250 B
TOML

[project]
name = "python"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"matplotlib>=3.10.0",
"numpy>=2.2.3",
"sounddevice>=0.5.1",
"soundfile>=0.13.1",
]