From 59145905ea7ff33ae94cff0b6a33100e357cf2f6 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 26 May 2023 08:16:48 +0200 Subject: [PATCH] Changing dependencies to only PySide6's essentials. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd59380..8e78439 100644 --- a/setup.py +++ b/setup.py @@ -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',