Skip to content

Commit

Permalink
fix: make psutil a runtime dependency on Windows (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Jericho Tolentino <[email protected]>
  • Loading branch information
jericht authored Nov 23, 2023
1 parent a8b7f30 commit a73fa39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ requires-python = ">=3.9"
dependencies = [
"openjd-model == 0.1.*",
"pywin32 == 306; platform_system == 'Windows'",
"psutil == 5.9.*; platform_system == 'Windows'",
]

[tool.hatch.build]
Expand Down

0 comments on commit a73fa39

Please sign in to comment.