Add psutil to API dependencies

This commit is contained in:
yangdx
2025-08-01 10:55:43 +08:00
parent 0f624b594a
commit 790abf148b

View File

@@ -67,6 +67,7 @@ api = [
"httpx",
"jiter",
"passlib[bcrypt]",
"psutil",
"PyJWT",
"python-jose[cryptography]",
"python-multipart",