diff options
author | David Robertson <davidr@element.io> | 2022-05-07 13:40:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-07 13:40:58 +0100 |
commit | 0ce2201932488e98cab8a7d81788e5bcf8f8dd5e (patch) | |
tree | 8f0e3a94138ba808eeceb933448406ed58095c52 /poetry.lock | |
parent | Convert stringy power levels to integers on room upgrade (#12657) (diff) | |
download | synapse-0ce2201932488e98cab8a7d81788e5bcf8f8dd5e.tar.xz |
Move `pympler` back into the `all` extras (#12652)
* Move `pympler` back into the `all` extras Undoes a change I made in #12381. I can't fully remember my reasoning, but this changed the contents of the debian packages in a backwards incompatible way. We're not aware of anyone who's been bitten by this, but we still want to fix it. To the reviewer: please be convinced that the debian packages will still contain pympler after this change. * Debian changelog entry to keep the linter happy
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poetry.lock b/poetry.lock index 564ba7ec02..ddafaaeba0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1546,7 +1546,7 @@ docs = ["sphinx", "repoze.sphinx.autointerface"] test = ["zope.i18nmessageid", "zope.testing", "zope.testrunner"] [extras] -all = ["matrix-synapse-ldap3", "psycopg2", "psycopg2cffi", "psycopg2cffi-compat", "pysaml2", "authlib", "lxml", "sentry-sdk", "jaeger-client", "opentracing", "pyjwt", "txredisapi", "hiredis"] +all = ["matrix-synapse-ldap3", "psycopg2", "psycopg2cffi", "psycopg2cffi-compat", "pysaml2", "authlib", "lxml", "sentry-sdk", "jaeger-client", "opentracing", "pyjwt", "txredisapi", "hiredis", "Pympler"] cache_memory = ["Pympler"] jwt = ["pyjwt"] matrix-synapse-ldap3 = ["matrix-synapse-ldap3"] @@ -1563,7 +1563,7 @@ url_preview = ["lxml"] [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "f24699464828ac1a63f1034b4a18c841ef585737b9a802fd8311836444f1d702" +content-hash = "eebc9e1d720e2e866f5fddda98ce83d858949a6fdbe30c7e5aef4cf9d17be498" [metadata.files] attrs = [ |