add cpu check

This commit is contained in:
Alex Tau 2025-05-10 22:43:29 +03:00
parent 8709b019ea
commit 5095057a13
12 changed files with 123 additions and 21 deletions

View file

@ -5,7 +5,7 @@ description = "Monitoring software for the lego server"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"alt-utils>=0.0.7",
"alt-utils>=0.0.8",
"psutil>=7.0.0",
"telethon>=1.40.0",
]