mirror of
https://github.com/markqvist/Sideband.git
synced 2024-12-25 07:29:32 -05:00
Fixed Windows install dependencies
This commit is contained in:
parent
10b073d1c2
commit
32b6fd0a81
4
setup.py
4
setup.py
@ -108,10 +108,10 @@ setuptools.setup(
|
|||||||
"ffpyplayer",
|
"ffpyplayer",
|
||||||
"sh",
|
"sh",
|
||||||
"numpy<=1.26.4",
|
"numpy<=1.26.4",
|
||||||
"pycodec2;sys.platform!='Windows' and sys.platform!='darwin'",
|
"pycodec2;sys.platform!='Windows' and sys.platform!='win32' and sys.platform!='darwin'",
|
||||||
"pyaudio;sys.platform=='linux'",
|
"pyaudio;sys.platform=='linux'",
|
||||||
"pyobjus;sys.platform=='darwin'",
|
"pyobjus;sys.platform=='darwin'",
|
||||||
"pyogg;sys.platform=='Windows'",
|
"pyogg;sys.platform=='Windows' and sys.platform!='win32'",
|
||||||
],
|
],
|
||||||
python_requires='>=3.7',
|
python_requires='>=3.7',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user