From e60c8f301b94092610e29889cac0826fc86ccafb Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 31 Mar 2022 17:12:48 +0100 Subject: More clearly explain which extras are omitted from `all`. Co-authored-by: Brendan Abolivier --- pyproject.toml | 7 ++++--- 1 file 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] -- cgit 1.4.1