Skip to content
Snippets Groups Projects
Unverified Commit 713145d3 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Add a comment about systemd-python. (#9464)

This confused me for a while.
parent 65a9eb89
No related branches found
No related tags found
No related merge requests found
Add a comment about systemd-python.
......@@ -106,6 +106,9 @@ CONDITIONAL_REQUIREMENTS = {
"pysaml2>=4.5.0;python_version>='3.6'",
],
"oidc": ["authlib>=0.14.0"],
# systemd-python is necessary for logging to the systemd journal via
# `systemd.journal.JournalHandler`, as is documented in
# `contrib/systemd/log_config.yaml`.
"systemd": ["systemd-python>=231"],
"url_preview": ["lxml>=3.5.0"],
"sentry": ["sentry-sdk>=0.7.2"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment