Stop installing Matrix Console by default

This is based on the work done by @krombel in #2601.
This commit is contained in:
Richard van der Hoff 2018-12-11 13:18:48 +00:00
parent a2ed0f287e
commit df96177ca7
6 changed files with 44 additions and 58 deletions

View file

@ -69,9 +69,6 @@ REQUIREMENTS = {
}
CONDITIONAL_REQUIREMENTS = {
"web_client": {
"matrix_angular_sdk>=0.6.8": ["syweb>=0.6.8"],
},
"email.enable_notifs": {
"Jinja2>=2.8": ["Jinja2>=2.8"],
"bleach>=1.4.2": ["bleach>=1.4.2"],