mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
fix: building distributable
This commit is contained in:
+5
-5
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "swing_music"
|
||||
name = "swingmusic"
|
||||
version = "2.0.0"
|
||||
description = "Add your description here"
|
||||
description = "Swing Music"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
@@ -12,7 +12,7 @@ dependencies = [
|
||||
"requests>=2.27.1",
|
||||
"colorgram.py>=1.2.0",
|
||||
"tqdm>=4.65.0",
|
||||
"rapidfuzz==3.12.1",
|
||||
"rapidfuzz==2.13.7",
|
||||
"tinytag>=2.0.0",
|
||||
"Unidecode>=1.3.6",
|
||||
"psutil>=5.9.4",
|
||||
@@ -31,11 +31,11 @@ dependencies = [
|
||||
"xxhash>=3.4.1",
|
||||
"ffmpeg-python>=0.2.0",
|
||||
"schedule>=1.2.2",
|
||||
"flask-openapi3>=4.0.3",
|
||||
"pillow>=11.1.0",
|
||||
"flask-openapi3==3.0.2",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pyinstaller>=6.11.1",
|
||||
"pyinstaller==6.12.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user