put pyinstaller back into normal dependencies

This commit is contained in:
cwilvx
2025-06-07 19:49:02 +03:00
parent 3bb93aa02d
commit 38b32ae3ee
2 changed files with 271 additions and 18 deletions
+1 -6
View File
@@ -37,6 +37,7 @@ dependencies = [
"rapidfuzz==3.11.0",
"pendulum>=3.0.0",
"pystray>=0.19.5",
"pyinstaller==6.12.0",
"waitress>=3.0.2; sys_platform == 'win32'",
"bjoern >=3.2.2; sys_platform != 'win32'"
]
@@ -58,12 +59,6 @@ Documentation = "https://swingmx.com/guide/introduction.html"
Issues = "https://github.com/swingmx/swingmusic/issues"
[project.optional-dependencies]
dev = [
"pyinstaller==6.12.0",
]
[tool.setuptools]
package-dir = {"swingmusic" = "swingmusic"}