Skip to content

Commit

Permalink
added psutil to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Mar 14, 2024
1 parent aeb0e87 commit 1628998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dependencies = [
"requests==2.31.0",
"pydantic>=1.9.0",
"packaging>=23.1,<24.0",
"toml>=0.10.2"
"toml>=0.10.2",
"psutil==5.9.8"
]
[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 1628998

Please sign in to comment.