mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 14:30:56 -04:00
Updated dependencies
This commit is contained in:
parent
fe4c61880e
commit
7885f39708
1 changed files with 4 additions and 5 deletions
9
setup.py
9
setup.py
|
@ -99,8 +99,8 @@ setuptools.setup(
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"rns>=0.8.5",
|
"rns>=0.8.6",
|
||||||
"lxmf>=0.5.7",
|
"lxmf>=0.5.8",
|
||||||
"kivy>=2.3.0",
|
"kivy>=2.3.0",
|
||||||
"pillow>=10.2.0",
|
"pillow>=10.2.0",
|
||||||
"qrcode",
|
"qrcode",
|
||||||
|
@ -108,11 +108,10 @@ setuptools.setup(
|
||||||
"ffpyplayer",
|
"ffpyplayer",
|
||||||
"sh",
|
"sh",
|
||||||
"numpy<=1.26.4",
|
"numpy<=1.26.4",
|
||||||
"pycodec2;platform_system!='Windows'",
|
"pycodec2;sys.platform!='Windows' and sys.platform!='darwin'",
|
||||||
"pyaudio;sys.platform=='linux'",
|
"pyaudio;sys.platform=='linux'",
|
||||||
"pyobjus;sys.platform=='darwin'",
|
"pyobjus;sys.platform=='darwin'",
|
||||||
"pyogg;sys.platform=='darwin'",
|
"pyogg;sys.platform=='Windows'",
|
||||||
"pyogg;platform_system=='Windows'",
|
|
||||||
],
|
],
|
||||||
python_requires='>=3.7',
|
python_requires='>=3.7',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue