diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-12-22 01:37:26 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-22 01:37:26 +1100 |
commit | c26f49a6645a84730811ea7bc5158d826bc43484 (patch) | |
tree | 5080d8f5543391c24cb30c4bd7d4511edd00900a /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-c26f49a6645a84730811ea7bc5158d826bc43484.tar.xz |
Make the dependencies more like a standard Python project and hook up the optional dependencies to setuptools (#4298)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4298.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4298.feature b/changelog.d/4298.feature new file mode 100644 index 0000000000..05ad70fe72 --- /dev/null +++ b/changelog.d/4298.feature @@ -0,0 +1 @@ +Synapse can now have its conditional/extra dependencies installed by pip. This functionality can be used by using `pip install matrix-synapse[feature]`, where feature is a comma separated list with the possible values "email.enable_notifs", "ldap3", "postgres", "saml2", "url_preview", and "test". If you want to install all optional dependencies, you can use "all" instead. |