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", "httpx",
"jiter", "jiter",
"passlib[bcrypt]", "passlib[bcrypt]",
"psutil",
"PyJWT", "PyJWT",
"python-jose[cryptography]", "python-jose[cryptography]",
"python-multipart", "python-multipart",