Revert psutil dependency back to greater than 5.0.0

This commit is contained in:
David Murphy 2024-10-22 17:53:23 -06:00 committed by Daniel Wozniak
parent e4b4f571f5
commit a8a73c40f5

View file

@ -10,7 +10,7 @@ requests>=2.32.3 ; python_version >= '3.10'
certifi==2023.07.22; python_version < '3.10'
certifi>=2024.7.4; python_version >= '3.10'
distro>=1.0.1
psutil>=6.0.0
psutil>=5.0.0
packaging>=21.3
looseversion
croniter>=0.3.0,!=0.3.22; sys_platform != 'win32'