Cleanup dependencies

This commit is contained in:
Mark Qvist 2025-11-27 13:46:15 +01:00
commit c727abe1ef
4 changed files with 29 additions and 12 deletions

View file

@ -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'"