diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-06-05 14:56:46 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-06-05 14:56:46 +0100 |
commit | 91eac880a1fc2e132b6473c8ecc9ea4bf9c52a59 (patch) | |
tree | eab07902a7e31e8c116442f9ee40650b707f9523 | |
parent | Correct html5lib dep version number (diff) | |
download | synapse-91eac880a1fc2e132b6473c8ecc9ea4bf9c52a59.tar.xz |
one more time
-rw-r--r-- | synapse/python_dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index 2d611c2239..3ad421ac2f 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -76,7 +76,7 @@ REQUIREMENTS = [ "netaddr>=0.7.18", "Jinja2>=2.9", "bleach>=1.4.2", - "html5lib>=1.0", + "html5lib>=1.0.1", ] CONDITIONAL_REQUIREMENTS = { |