17 lines
365 B
TOML
17 lines
365 B
TOML
[project]
|
|
name = "frontend-dev"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"morsecodepy>=4.2",
|
|
"pandas>=2.3.3",
|
|
"pillow>=11.3.0",
|
|
"pyserial>=3.5",
|
|
"python-toolkit",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
python-toolkit = { git = "https://git.magnuss.link/JannTer/python-toolkit" }
|