set process/thread titles for decky and plugins

sadly requires the `setproctitle` pypi module because python doesn't have a builtin to do this :/
This commit is contained in:
AAGaming
2024-07-03 20:43:08 -04:00
parent 83972972f3
commit f5eba51c52
5 changed files with 120 additions and 12 deletions
+1
View File
@@ -23,6 +23,7 @@ watchdog = "^4"
certifi = "*"
packaging = "^24"
multidict = "^6.0.5"
setproctitle = "^1.3.3"
[tool.poetry.group.dev.dependencies]
pyinstaller = "^6.8.0"