diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-12-05 18:52:42 +0100 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2018-12-06 04:52:42 +1100 |
commit | 9a3e24a13d02d57660ae52a0b85bed681c56af00 (patch) | |
tree | d20f456d1383a3dc858ac332c565fdfe2b13cf58 /changelog.d | |
parent | Implement .well-known handling (#4262) (diff) | |
download | synapse-9a3e24a13d02d57660ae52a0b85bed681c56af00.tar.xz |
drop undocumented dependency on dateutil (#4266)
It turns out we were relying on dateutil being pulled in transitively by pysaml2. There's no need for that bloat.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4266.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4266.misc b/changelog.d/4266.misc new file mode 100644 index 0000000000..67fbde7484 --- /dev/null +++ b/changelog.d/4266.misc @@ -0,0 +1 @@ +drop undocumented dependency on dateutil |