Skip to content

Commit

Permalink
Require pywin32 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Nov 17, 2024
1 parent 1e985f4 commit 5b60ef2
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 @@ -26,6 +26,7 @@ dependencies = [
"click",
"tomli; python_version < '3.11'",
"colorama; platform_system == 'Windows'",
"pywin32; platform_system == 'Windows'",
"importlib_metadata >= 7"
]
dynamic = ['version']
Expand Down

0 comments on commit 5b60ef2

Please sign in to comment.