Skip to content

Commit ca10087

Browse files
committed
limiting pyobjc libraries to macos
1 parent e43938a commit ca10087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ PyGetWindow==0.0.9
2222
pyinstaller==6.11.0
2323
pyinstaller-hooks-contrib==2024.9
2424
PyMsgBox==1.0.9
25-
pyobjc-core==10.1
26-
pyobjc-framework-Cocoa==10.1
27-
pyobjc-framework-Quartz==10.1
25+
pyobjc-core==10.1; sys_platform == 'darwin'
26+
pyobjc-framework-Cocoa==10.1; sys_platform == 'darwin'
27+
pyobjc-framework-Quartz==10.1; sys_platform == 'darwin'
2828
pyperclip==1.8.2
2929
PyRect==0.2.0
3030
PyScreeze==0.1.30

0 commit comments

Comments
 (0)