summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorRichard van der Hoff <github@rvanderhoff.org.uk>2017-08-15 17:42:05 +0100
committerGitHub <noreply@github.com>2017-08-15 17:42:05 +0100
commit963015005ec92f4f7670944287150e620f096e84 (patch)
tree5c6a455a53db8c5eb91c8b648d0eb92daf05098e /synapse/python_dependencies.py
parentfix english (diff)
parentAllow configuration of CPU affinity (diff)
downloadsynapse-963015005ec92f4f7670944287150e620f096e84.tar.xz
Merge pull request #2415 from matrix-org/rav/synctl_cpu_affinity
Allow configuration of CPU affinity
Diffstat (limited to '')
-rw-r--r--synapse/python_dependencies.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py

index ed7f1c89ad..1d902dc38d 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py
@@ -40,6 +40,7 @@ REQUIREMENTS = { "pymacaroons-pynacl": ["pymacaroons"], "msgpack-python>=0.3.0": ["msgpack"], "phonenumbers>=8.2.0": ["phonenumbers"], + "affinity": ["affinity"], } CONDITIONAL_REQUIREMENTS = { "web_client": {