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

Use direct references for some configuration variables #10798

Merged
merged 9 commits into from
Sep 13, 2021
2 changes: 1 addition & 1 deletion synapse/python_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"systemd": ["systemd-python>=231"],
"url_preview": ["lxml>=3.5.0"],
"sentry": ["sentry-sdk>=0.7.2"],
"opentracing": ["jaeger-client>=4.0.0", "opentracing>=2.2.0"],
"opentracing": ["jaeger-client>=4.0.0,<4.7.0", "opentracing>=2.2.0"],
clokep marked this conversation as resolved.
Show resolved Hide resolved
"jwt": ["pyjwt>=1.6.4"],
# hiredis is not a *strict* dependency, but it makes things much faster.
# (if it is not installed, we fall back to slow code.)
Expand Down