summaryrefslogtreecommitdiff
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-07-03 20:43:08 -0400
committerAAGaming <aagaming@riseup.net>2024-07-03 20:43:08 -0400
commitf5eba51c523722eeafae6742dcc5faed09b25b2f (patch)
tree3b6b7ee48d57fde058b1b8e6efe77a2ce8bf1a44 /backend/pyproject.toml
parent83972972f306617b414204d4ff095ca7c0e318f4 (diff)
downloaddecky-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.toml1
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"