Skip to content

Commit b410d02

Browse files
committed
Fix: psutil への依存関係を明示する
1 parent 01332ae commit b410d02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ starlette = "^0.41.3"
8585
jaconv = "^0.3.4"
8686
httpx = "^0.27.0"
8787
gputil = "^1.4.0"
88+
psutil = "^6.1.1"
8889
py-cpuinfo = "^9.0.0"
8990
wmi = {version = "^1.5.1", platform = "win32"}
9091
# truststore は HTTPS 通信時にシステムにインストールされた証明書ストアを使うために必要

0 commit comments

Comments
 (0)