diff options
author | Erik Johnston <erik@matrix.org> | 2022-04-12 11:49:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 10:49:02 +0000 |
commit | 3ad74b63e5721d318981d22d3b5c948c72506342 (patch) | |
tree | 509704578ffd57cdd0c83a0aeee377dca0fea2d1 /poetry.lock | |
parent | Workaround pip bug installing latest treq and not-latest twisted from hashes ... (diff) | |
download | synapse-3ad74b63e5721d318981d22d3b5c948c72506342.tar.xz |
Specify tls extra for Twisted dependency. (#12444)
* Specify `tls` extra for Twisted dependency. It was already pulled in for us by `treq`, but we should be explicit that we do use the `tls` functionality of Twisted directly. * Mark `idna` as dev-dependency This doesn't actually change anything, as `Twisted[tls]` will put it in as a main dependency anyway.
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 17430cbfa6..bbe8eba96d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1587,13 +1587,13 @@ redis = ["txredisapi", "hiredis"] saml2 = ["pysaml2"] sentry = ["sentry-sdk"] systemd = ["systemd-python"] -test = ["parameterized"] +test = ["parameterized", "idna"] url_preview = ["lxml"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "7ff6d982a9d6675cb595b216b23549ef1942d0e39cb91c97494ff6ed95a9e8d2" +content-hash = "964ad29eaf7fd02749a4e735818f3bc0ba729c2f4b9e3213f0daa02643508b16" [metadata.files] appdirs = [ |