Files
evaluation/pyproject.toml
2025-10-14 11:34:06 +02:00

21 lines
453 B
TOML

[project]
name = "filter-dev-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"bleak>=1.1.1",
"matplotlib>=3.10.6",
"numpy>=2.3.3",
"pandas>=2.3.2",
"pyserial>=3.5",
"python-toolkit",
"tqdm>=4.67.1",
"watchdog>=4.0.0",
"seaborn>=0.12.0",
]
[tool.uv.sources]
python-toolkit = { git = "https://git.magnuss.link/JannTer/python-toolkit" }