1
0

More clearly explain which extras are omitted from all.

Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
This commit is contained in:
David Robertson
2022-03-31 17:12:48 +01:00
committed by GitHub
parent 5dc21d95b7
commit e60c8f301b

View File

@@ -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]