mirror of
https://github.com/element-hq/synapse.git
synced 2025-05-30 00:00:39 -04:00
Pip can install multiple dependencies at the same time, so there is no need to use xargs -n1. It's significantly slower with -n1, so let's not do it with no reason.