Add psutil check to see if d2r is running

This commit is contained in:
2023-10-28 20:02:56 +02:00
parent b8de278055
commit 2c47456bd4
2 changed files with 16 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ license = {text = "GPLv3 License"}
dependencies = [
"bitarray",
"flask",
"psutil",
]
dynamic = ["version"]