Skip to content

Commit 3645ff0

Browse files
authored
On macOS, reduce number of pyobjc dependencies (#425)
1 parent 8cc840f commit 3645ff0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ classifiers = [
4242
]
4343
dependencies = [
4444
"comtypes; platform_system=='Windows'",
45-
"pyobjc>=2.4; platform_system=='Darwin'",
45+
"pyobjc-framework-cocoa>=2.4; platform_system=='Darwin'",
46+
"pyobjc-framework-AVFoundation>=2.4; platform_system=='Darwin'",
47+
"pyobjc-framework-ExceptionHandling>=2.4; platform_system=='Darwin'",
4648
"pypiwin32; platform_system=='Windows'",
4749
"pywin32; platform_system=='Windows'",
4850
]

0 commit comments

Comments
 (0)