mirror of
https://github.com/markqvist/Sideband.git
synced 2026-04-28 09:43:05 +00:00
Cleanup dependencies
This commit is contained in:
parent
424c2fcd06
commit
c727abe1ef
4 changed files with 29 additions and 12 deletions
8
setup.py
8
setup.py
|
|
@ -116,17 +116,15 @@ setuptools.setup(
|
|||
install_requires=[
|
||||
"rns>=1.0.4",
|
||||
"lxmf>=0.9.3",
|
||||
"lxst>=0.4.4",
|
||||
"kivy>=2.3.0",
|
||||
"numpy>=2.0.0",
|
||||
"pillow>=10.2.0",
|
||||
"mistune>=3.0.2",
|
||||
"qrcode",
|
||||
"materialyoucolor>=2.0.7",
|
||||
"sh",
|
||||
"numpy>=2.0.0",
|
||||
"lxst>=0.4.4",
|
||||
"mistune>=3.0.2",
|
||||
"beautifulsoup4",
|
||||
"pycodec2>=4.1.0",
|
||||
"pyaudio;sys.platform=='linux'",
|
||||
"pyobjus;sys.platform=='darwin'",
|
||||
"pyogg;sys.platform=='Windows' and sys.platform!='win32'",
|
||||
"audioop-lts>=0.2.1;python_version>='3.13'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue