From f5eba51c523722eeafae6742dcc5faed09b25b2f Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 3 Jul 2024 20:43:08 -0400 Subject: set process/thread titles for decky and plugins sadly requires the `setproctitle` pypi module because python doesn't have a builtin to do this :/ --- backend/pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/pyproject.toml') diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a5474e6a..a6d8543e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -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" -- cgit v1.2.3