Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 70195e4

Browse files
David Robertsonbabolivier
andcommitted
More clearly explain which extras are omitted from all.
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
1 parent e87fb4d commit 70195e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ all = [
234234
"pysaml2",
235235
# oidc
236236
"authlib",
237-
# systemd, omitted: this is a system-based requirement
238237
# url_preview
239238
"lxml",
240239
# sentry
@@ -245,8 +244,10 @@ all = [
245244
"pyjwt",
246245
#redis
247246
"txredisapi", "hiredis"
248-
# cache_memory, omitted: this is an experimental option
249-
# test, omitted: it's useful to have this separate from dev deps in the olddeps job
247+
# omitted:
248+
# - cache_memory: this is an experimental option
249+
# - test: it's useful to have this separate from dev deps in the olddeps job
250+
# - systemd: this is a system-based requirement
250251
]
251252

252253
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)