19 lines
407 B
TOML
19 lines
407 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",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
python-toolkit = { git = "https://git.magnuss.link/JannTer/python-toolkit" }
|