fix: building distributable

This commit is contained in:
cwilvx
2025-02-24 10:31:46 +03:00
parent c25464afd0
commit fd2da4156b
5 changed files with 98 additions and 136 deletions
+5 -5
View File
@@ -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",
]