Skip to content

Commit 0623eec

Browse files
committed
Add psutil dependency to project
Added psutil version 7.0.0 to pyproject.toml and updated poetry.lock. This enables process and system monitoring capabilities in the project.
1 parent d98b248 commit 0623eec

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

poetry.lock

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ python = ">=3.9"
1414

1515
requests = "^2.25.1"
1616
pyyaml = "^6.0"
17+
psutil = "^7.0.0"
1718

1819
[tool.poetry.group.dev.dependencies]
1920
pytest = ">=8.0.0"

0 commit comments

Comments
 (0)