mirror of
https://github.com/borgbase/vorta
synced 2025-02-01 12:21:28 +00:00
Pin pyobjc to v8 branch
This commit is contained in:
parent
9ad57d9ec6
commit
7550ae5b29
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue