Only install the minimum deps to pass
This commit is contained in:
parent
370741fc43
commit
2527995e2e
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue