mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 09:31:35 +03:00
Correct html5lib dep version number
This commit is contained in:
parent
639471582c
commit
fe0af298ff
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
<html>
|
<html>
|
||||||
<title>time to reset your password!!!</title>
|
|
||||||
<body>
|
<body>
|
||||||
<p>here's the link you forgetful person you!</p>
|
<p>here's the link you forgetful person you!</p>
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ REQUIREMENTS = [
|
||||||
"netaddr>=0.7.18",
|
"netaddr>=0.7.18",
|
||||||
"Jinja2>=2.9",
|
"Jinja2>=2.9",
|
||||||
"bleach>=1.4.2",
|
"bleach>=1.4.2",
|
||||||
"html5lib>=1.0.0",
|
"html5lib>=1.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
CONDITIONAL_REQUIREMENTS = {
|
CONDITIONAL_REQUIREMENTS = {
|
||||||
|
|
Loading…
Reference in a new issue