Pin pyobjc to v8 branch

This commit is contained in:
Manu 2022-11-05 19:59:46 +01:00 committed by Manu
parent 9ad57d9ec6
commit 7550ae5b29
1 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ install_requires =
psutil
setuptools
secretstorage; sys_platform != 'darwin'
pyobjc-core; sys_platform == 'darwin'
pyobjc-framework-Cocoa; sys_platform == 'darwin'
pyobjc-framework-LaunchServices; sys_platform == 'darwin'
pyobjc-core<9.0; sys_platform == 'darwin'
pyobjc-framework-Cocoa<9.0; sys_platform == 'darwin'
pyobjc-framework-LaunchServices<9.0; sys_platform == 'darwin'
tests_require =
pytest
pytest-qt