summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-03-29 02:07:57 +0100
committerMatthew Hodgson <matthew@matrix.org>2016-03-29 02:07:57 +0100
commitdd4287ca5d0c3e3df566748e0dd6ab36398f64b4 (patch)
treec7e3364fb5706cb5188744cff492955a6dcab37a /synapse/python_dependencies.py
parentMerge branch 'develop' into matthew/preview_urls (diff)
downloadsynapse-dd4287ca5d0c3e3df566748e0dd6ab36398f64b4.tar.xz
make it build
Diffstat (limited to 'synapse/python_dependencies.py')
-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 0a6043ae8d..d12ef15043 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -36,6 +36,7 @@ REQUIREMENTS = {
     "blist": ["blist"],
     "pysaml2>=3.0.0,<4.0.0": ["saml2>=3.0.0,<4.0.0"],
     "pymacaroons-pynacl": ["pymacaroons"],
+    "lxml>=3.6.0": ["lxml"],
 }
 CONDITIONAL_REQUIREMENTS = {
     "web_client": {