Correct html5lib dep version number

This commit is contained in:
Andrew Morgan 2019-06-05 14:33:13 +01:00
parent 639471582c
commit fe0af298ff
2 changed files with 1 additions and 2 deletions

View file

@ -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>

View file

@ -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 = {