mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-21 14:09:06 -04:00
Updated install dependency handling
This commit is contained in:
parent
8d9254ffe1
commit
7e0a96f455
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -96,7 +96,7 @@ setuptools.setup(
|
||||||
"qrcode",
|
"qrcode",
|
||||||
"materialyoucolor>=2.0.7",
|
"materialyoucolor>=2.0.7",
|
||||||
"ffpyplayer",
|
"ffpyplayer",
|
||||||
"pycodec2",
|
"pycodec2;platform_system!='Windows'",
|
||||||
"pyaudio;sys.platform=='linux'",
|
"pyaudio;sys.platform=='linux'",
|
||||||
"pyobjus;sys.platform=='darwin'",
|
"pyobjus;sys.platform=='darwin'",
|
||||||
"pyogg;sys.platform=='darwin'",
|
"pyogg;sys.platform=='darwin'",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue