diff options
| author | AAGaming <aagaming@riseup.net> | 2024-07-03 20:43:08 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-07-03 20:43:08 -0400 |
| commit | f5eba51c523722eeafae6742dcc5faed09b25b2f (patch) | |
| tree | 3b6b7ee48d57fde058b1b8e6efe77a2ce8bf1a44 /backend/pyproject.toml | |
| parent | 83972972f306617b414204d4ff095ca7c0e318f4 (diff) | |
| download | decky-loader-f5eba51c523722eeafae6742dcc5faed09b25b2f.tar.gz decky-loader-f5eba51c523722eeafae6742dcc5faed09b25b2f.zip | |
set process/thread titles for decky and plugins
sadly requires the `setproctitle` pypi module because python doesn't have a builtin to do this :/
Diffstat (limited to 'backend/pyproject.toml')
| -rw-r--r-- | backend/pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
