mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-15 12:33:46 +02:00
15 lines
230 B
TOML
15 lines
230 B
TOML
[project]
|
|
name = "blink"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"pyserial>=3.5",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"bumpver>=2025.1131",
|
|
]
|