mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
put pyinstaller back into normal dependencies
This commit is contained in:
+1
-6
@@ -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"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user