We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43938a commit ca10087Copy full SHA for ca10087
requirements.txt
@@ -22,9 +22,9 @@ PyGetWindow==0.0.9
22
pyinstaller==6.11.0
23
pyinstaller-hooks-contrib==2024.9
24
PyMsgBox==1.0.9
25
-pyobjc-core==10.1
26
-pyobjc-framework-Cocoa==10.1
27
-pyobjc-framework-Quartz==10.1
+pyobjc-core==10.1; sys_platform == 'darwin'
+pyobjc-framework-Cocoa==10.1; sys_platform == 'darwin'
+pyobjc-framework-Quartz==10.1; sys_platform == 'darwin'
28
pyperclip==1.8.2
29
PyRect==0.2.0
30
PyScreeze==0.1.30
0 commit comments