Make PyObjC a Darwin-only dependency
This commit is contained in:
parent
00ba34bd0b
commit
60116fd616
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ authors = [
|
|||
dependencies = [
|
||||
"aiocache>=0.12.2",
|
||||
"attrs>=23.1.0",
|
||||
"pyobjc-framework-MediaPlayer>=10.0",
|
||||
"pyobjc-framework-MediaPlayer>=10.0 ; sys_platform == 'darwin'",
|
||||
"python-mpd2>=3.1.0",
|
||||
"xdg-base-dirs>=6.0.1",
|
||||
"pytomlpp>=1.0.13",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue