Skip to content

Commit 6629711

Browse files
authored
Remove Windows pypiwin32 dependency in favor of pywin32
I doubt we need both. * #430 https://pypi.org/project/pypiwin32 --> https://pypi.org/project/pywin32 * Googulator/pypiwin32#1 --> * mhammond/pywin32#2674
1 parent a98dbcd commit 6629711

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ dependencies = [
4545
"pyobjc-framework-cocoa>=2.4; platform_system=='Darwin'",
4646
"pyobjc-framework-AVFoundation>=2.4; platform_system=='Darwin'",
4747
"pyobjc-framework-ExceptionHandling>=2.4; platform_system=='Darwin'",
48-
"pypiwin32; platform_system=='Windows'",
4948
"pywin32; platform_system=='Windows'",
5049
]
5150

0 commit comments

Comments
 (0)