mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
fix multiprocessing
+ remove global locks
This commit is contained in:
+4
-3
@@ -3,7 +3,7 @@ name = "swingmusic"
|
||||
version = "2.0.2"
|
||||
description = "Swing Music"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.13"
|
||||
|
||||
dependencies = [
|
||||
"pillow>=11.1.0",
|
||||
@@ -21,7 +21,6 @@ dependencies = [
|
||||
"setproctitle>=1.3.2",
|
||||
"locust>=2.20.1",
|
||||
"watchdog>=4.0.0",
|
||||
"pendulum>=3.0.0",
|
||||
"flask-jwt-extended>=4.6.0",
|
||||
"sqlalchemy>=2.0.31",
|
||||
"memory-profiler>=0.61.0",
|
||||
@@ -32,7 +31,9 @@ dependencies = [
|
||||
"pillow>=11.1.0",
|
||||
"flask-openapi3==3.0.2",
|
||||
"rapidfuzz==3.11.0",
|
||||
"bjoern>=3.2.2",
|
||||
"waitress>=3.0.2",
|
||||
"pendulum>=3.0.0",
|
||||
"audioop-lts>=0.2.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
Reference in New Issue
Block a user