feat: 添加依赖 greenlet

This commit is contained in:
martsforever
2026-04-08 18:31:36 +08:00
parent 537bb136e9
commit 193041610e
2 changed files with 2 additions and 2 deletions
Generated
+1 -2
View File
@@ -442,7 +442,6 @@ description = "Lightweight in-process concurrent programming"
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10"
groups = ["main"] groups = ["main"]
markers = "platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\""
files = [ files = [
{file = "greenlet-3.3.2-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:9bc885b89709d901859cf95179ec9f6bb67a3d2bb1f0e88456461bd4b7f8fd0d"}, {file = "greenlet-3.3.2-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:9bc885b89709d901859cf95179ec9f6bb67a3d2bb1f0e88456461bd4b7f8fd0d"},
{file = "greenlet-3.3.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b568183cf65b94919be4438dc28416b234b678c608cafac8874dfeeb2a9bbe13"}, {file = "greenlet-3.3.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b568183cf65b94919be4438dc28416b234b678c608cafac8874dfeeb2a9bbe13"},
@@ -2632,4 +2631,4 @@ reference = "tsinghua"
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "b6818d0575955350eb3baee241d4b21a201d597808a7e9ea0a3ebd0dcb6427cf" content-hash = "8c1645dc7dcf8bbfe763f01d59e402eec143e53bc925a9e70ca45d47e7df56e1"
+1
View File
@@ -19,6 +19,7 @@ pydantic-settings = "2.10.1"
psutil = "7.0.0" psutil = "7.0.0"
asyncmy = "0.2.10" asyncmy = "0.2.10"
sqlmodel = "0.0.24" sqlmodel = "0.0.24"
greenlet = "^3.2.3"
aiofiles = "24.1.0" aiofiles = "24.1.0"
python-multipart = "0.0.20" python-multipart = "0.0.20"