diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-03-29 02:07:57 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-03-29 02:07:57 +0100 |
commit | dd4287ca5d0c3e3df566748e0dd6ab36398f64b4 (patch) | |
tree | c7e3364fb5706cb5188744cff492955a6dcab37a /synapse/python_dependencies.py | |
parent | Merge branch 'develop' into matthew/preview_urls (diff) | |
download | synapse-dd4287ca5d0c3e3df566748e0dd6ab36398f64b4.tar.xz |
make it build
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 1 |
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": { |