Fixed makefile command

This commit is contained in:
2026-05-12 20:11:34 +02:00
parent 5c840538fb
commit 7ad0917237
3 changed files with 102 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"dearpygui>=2.2",
"pyinstaller>=6.20.0",
"pyserial>=3.5",
]