Changing dependencies to only PySide6's essentials.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2023-05-26 08:16:48 +02:00
parent 66da751b36
commit 59145905ea
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -119,7 +119,7 @@ if sys.platform == 'linux':
os.remove(os.environ["PREFIX"] + '/icons/hicolor/scalable/apps/logplotter.svg')
setuptools.setup(
install_requires=([] if "FLATPAK_INSTALL" in os.environ else ["PySide6"]),
install_requires=([] if "FLATPAK_INSTALL" in os.environ else ["PySide6-Essentials"]),
python_requires='>=3.8',
name='logarithmplotter',