File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ mozprocess==1.3.1
7
7
packaging == 25.0
8
8
pillow == 10.4.0 ; python_version < '3.9'
9
9
pillow == 11.3.0 ; python_version >= '3.9'
10
- pyobjc-framework-Accessibility ; sys_platform == 'darwin' # For executorplatformaccessibility
11
- pyobjc-framework-ApplicationServices ; sys_platform == 'darwin' # For executorplatformaccessibility
10
+ pyobjc-framework-Accessibility == 11.1 ; sys_platform == 'darwin' and python_version >= '3.9' # For executorplatformaccessibility
11
+ pyobjc-framework-ApplicationServices == 11.1 ; sys_platform == 'darwin' and python_version >= '3.9' # For executorplatformaccessibility
12
+ pyobjc == 10.3.2 ; sys_platform == 'darwin' and python_version < '3.9' # For executorplatformaccessibility
13
+ pyobjc-framework-Accessibility == 10.3.2 ; sys_platform == 'darwin' and python_version < '3.9' # For executorplatformaccessibility
14
+ pyobjc-framework-ApplicationServices == 10.3.2 ; sys_platform == 'darwin' and python_version < '3.9' # For executorplatformaccessibility
12
15
requests == 2.32.3
13
16
types-requests == 2.32.0.20241016
14
17
six == 1.16.0
You can’t perform that action at this time.
0 commit comments