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 | |
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.
-rw-r--r-- | changelog.d/4266.misc | 1 | ||||
-rw-r--r-- | synapse/storage/__init__.py | 13 |
2 files changed, 7 insertions, 7 deletions
diff --git a/changelog.d/4266.misc b/changelog.d/4266.misc new file mode 100644 |