diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 91151ef3..99ff5202 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -45,7 +45,6 @@ AppDir: - python3-distutils - python3-pyqt5 - python3-pyqt5.qtsvg - - python3-psutil - python3-requests diff --git a/pyproject.toml b/pyproject.toml index e665c619..a00b2a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ python = "^3.8" PyQt5 = "^5.15.7" requests = "^2.28.1" QtAwesome = "^1.1.1" -psutil = "^5.9.1" pypresence = { version = "^4.2.1", optional = true } pywin32 = { version = "^304", markers = "platform_system == 'Windows'" } pywebview = [ diff --git a/requirements.txt b/requirements.txt index 36151228..2214bb38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ typing_extensions requests PyQt5 QtAwesome -psutil pypresence setuptools legendary-gl diff --git a/setup.py b/setup.py index 6b495a93..877e135c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,6 @@ requirements = [ "wheel", "PyQt5", "QtAwesome", - "psutil", 'pywin32; platform_system == "Windows"', ]