Skip to content

Commit 8b5d2b2

Browse files
committed
Add an extra for setproctitle
This has always been optional, it seems it was just missed from the formal specification of the extras.
1 parent f47a518 commit 8b5d2b2

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)