1
0
Fork 0
mirror of synced 2024-06-21 12:00:25 +12:00

Remove psutil dependency

This commit is contained in:
Dummerle 2022-08-28 22:05:44 +02:00
parent 43f15734f3
commit b1fe917093
No known key found for this signature in database
GPG key ID: AB68CC59CA39F2F1
4 changed files with 0 additions and 4 deletions

View file

@ -45,7 +45,6 @@ AppDir:
- python3-distutils
- python3-pyqt5
- python3-pyqt5.qtsvg
- python3-psutil
- python3-requests

View file

@ -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 = [

View file

@ -2,7 +2,6 @@ typing_extensions
requests
PyQt5
QtAwesome
psutil
pypresence
setuptools
legendary-gl

View file

@ -12,7 +12,6 @@ requirements = [
"wheel",
"PyQt5",
"QtAwesome",
"psutil",
'pywin32; platform_system == "Windows"',
]