add python_toolkit

This commit is contained in:
2025-10-14 12:03:03 +02:00
parent 3e168d2074
commit 98794a36ed
5 changed files with 242 additions and 140 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "frontend-dev"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pandas>=2.3.3",
"pyserial>=3.5",
"python-toolkit",
]
[tool.uv.sources]
python-toolkit = { git = "https://git.magnuss.link/JannTer/python-toolkit" }