add click and gui pyinstaller targets

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 03:20:55 -07:00
parent 5ee9a2f33f
commit 04fc4754bf
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
5 changed files with 96 additions and 2 deletions

View file

@ -9,7 +9,9 @@ dependencies = [
"click>=8.1.8",
"numpy>=2.2.4",
"polars>=1.26.0",
"pyside6>=6.9.0",
"pytest-benchmark>=5.1.0",
"qtpy>=2.4.3",
"rich>=14.0.0",
]