chore: add psutil typing stubs

This commit is contained in:
aclist 2026-05-11 00:51:26 +09:00
parent a1e2876251
commit 4b291c8cd0

View File

@ -52,6 +52,7 @@ lint = [
"ruff==0.11.13",
"PyGObject-stubs==2.13.0",
"types-requests>=2.32.4",
"types-psutil==7.2.2.20260508",
]
dev = [
"dzgui[docs,test,lint]"