diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index a6df4a26a6..4f66a3a969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -182,6 +182,7 @@ parameterized = { version = ">=0.7.4", optional = true } idna = { version = ">=2.5", optional = true } opentelemetry-api = {version = "^1.11.1", optional = true} opentelemetry-sdk = {version = "^1.11.1", optional = true} +opentracing = {version = "^2.4.0", optional = true} [tool.poetry.extras] # NB: Packages that should be part of `pip install matrix-synapse[all]` need to be specified |