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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/12444.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12444.misc b/changelog.d/12444.misc new file mode 100644 index 0000000000..4643a155a9 --- /dev/null +++ b/changelog.d/12444.misc @@ -0,0 +1 @@ +Explicitly specify the `tls` extra for Twisted dependency. |