diff options
author | David Robertson <davidr@element.io> | 2022-03-31 17:12:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 17:12:48 +0100 |
commit | e60c8f301b94092610e29889cac0826fc86ccafb (patch) | |
tree | e60db3f8ae58ae5530a2258b0c80c78c1a652ae5 | |
parent | Recommend synapse_homeserver entrypoint in README (diff) | |
download | synapse-e60c8f301b94092610e29889cac0826fc86ccafb.tar.xz |
More clearly explain which extras are omitted from `all`.
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
-rw-r--r-- | pyproject.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 85ced601bf..2039175dd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -223,7 +223,6 @@ all = [ "pysaml2", # oidc "authlib", - # systemd, omitted: this is a system-based requirement # url_preview "lxml", # sentry @@ -234,8 +233,10 @@ all = [ "pyjwt", #redis "txredisapi", "hiredis" - # cache_memory, omitted: this is an experimental option - # test, omitted: it's useful to have this separate from dev deps in the olddeps job + # omitted: + # - cache_memory: this is an experimental option + # - test: it's useful to have this separate from dev deps in the olddeps job + # - systemd: this is a system-based requirement ] [tool.poetry.dev-dependencies] |