summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-06-07 16:33:30 +1000
committerGitHub <noreply@github.com>2018-06-07 16:33:30 +1000
commit0160f6601f615133222cc258f943b94e1b82f4c6 (patch)
treeae43c0ab311ae8059b5a4a2da424e0f0eae60a43 /synapse
parentMerge branch 'master' into develop (diff)
parentAdd missing dependency on attr (diff)
downloadsynapse-0160f6601f615133222cc258f943b94e1b82f4c6.tar.xz
Merge pull request #3356 from matrix-org/rav/add_missing_attr_dep
Make sure that attr is installed
Diffstat (limited to 'synapse')
-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 001c798fe3..faf6dfdb8d 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -57,6 +57,7 @@ REQUIREMENTS = {
     "phonenumbers>=8.2.0": ["phonenumbers"],
     "six": ["six"],
     "prometheus_client": ["prometheus_client"],
+    "attr": ["attr"],
 }
 
 CONDITIONAL_REQUIREMENTS = {