add python_toolkit
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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" }
|
||||
Reference in New Issue
Block a user