Only install the minimum deps to pass

pull/21833/head
J. Ryan Stinnett 2019-04-25 14:23:10 +01:00
parent 370741fc43
commit 2527995e2e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install --upgrade setuptools
pip install matrix-synapse[all]
pip install matrix-synapse[resources.consent]
python -m synapse.app.homeserver \
--server-name localhost \
--config-path homeserver.yaml \