性能提升200倍

This commit is contained in:
远野千束 2024-10-20 23:36:49 +08:00
parent 70bfb0fcee
commit 5e454bc971
2 changed files with 5 additions and 5 deletions

View File

@ -89,16 +89,16 @@ files = [
[[package]] [[package]]
name = "croterline" name = "croterline"
version = "1.0.7" version = "1.0.9"
requires_python = ">=3.10" requires_python = ">=3.10"
summary = "Default template for PDM package" summary = "Default template for PDM package"
groups = ["default"] groups = ["default"]
dependencies = [ dependencies = [
"magicoca>=1.0.1", "magicoca>=1.0.6",
] ]
files = [ files = [
{file = "croterline-1.0.7-py3-none-any.whl", hash = "sha256:45d2c65b58edf9e723428f5e84a84f54c4b5dae49dbe60c2bb7988ce31243ea4"}, {file = "croterline-1.0.9-py3-none-any.whl", hash = "sha256:d2d62bd8038ea0a845175b4a2ac127e4c4fcdb8dab5d4a04804c8af0a30986eb"},
{file = "croterline-1.0.7.tar.gz", hash = "sha256:9a72fb81786529ee23960cfe1c88edaf97a3270b5261b6675fad3413a09e7eb6"}, {file = "croterline-1.0.9.tar.gz", hash = "sha256:417a3aa2b18ee362f6b22939d918db378dceb1992b0231f3b80cbbdde4cb2f0a"},
] ]
[[package]] [[package]]

View File

@ -21,7 +21,7 @@ dependencies = [
"watchdog>=4.0.1", "watchdog>=4.0.1",
"pdm-backend>=2.3.3", "pdm-backend>=2.3.3",
"magicoca>=1.0.6", "magicoca>=1.0.6",
"croterline>=1.0.7", "croterline>=1.0.9",
] ]
[project.urls] [project.urls]