Skip to content

Commit 40a9f2c

Browse files
committed
Merge branch 'setproctitle-extra'
2 parents c54f117 + 8b5d2b2 commit 40a9f2c

File tree

2 files changed

+89
-1
lines changed

2 files changed

+89
-1
lines changed

poetry.lock

Lines changed: 87 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ prometheus-client = "~=0.7"
2121
typing-extensions = "^4"
2222
redis = {version = ">=3.0,<5", optional = true}
2323
tqdm = {version = "^4.54.1", optional = true}
24+
setproctitle = {version = "^1.0", optional = true}
2425

2526
[tool.poetry.extras]
2627
redis = ["redis"]
2728
progress = ["tqdm"]
29+
setproctitle = ["setproctitle"]
2830

2931
[tool.poetry.dev-dependencies]
3032
# Testing tools

0 commit comments

Comments
 (0)