From bc7a999e387603cf994458dc549baaff471d5d7f Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Mon, 22 Jan 2018 17:31:57 +0100 Subject: [PATCH] Pin html5lib version to 0.9999999 (seven nines) (fixes chfoo/wpull#332) Version 0.99999999 (eight nines) and up do not provide the `html5lib.tokenizer` API used by wpull. --- requirements-sphinx.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-sphinx.txt b/requirements-sphinx.txt index 995d297e..e57747ad 100644 --- a/requirements-sphinx.txt +++ b/requirements-sphinx.txt @@ -1,7 +1,7 @@ # Should be the same for requirements.txt: chardet>=2.0.1,<=2.3 dnspython3==1.12 -html5lib>=0.999,<1.0 +html5lib>=0.999,<=0.9999999 # lxml>=3.1.0,<=3.5 # except for this because it requires building C libs namedlist>=1.3,<=1.7 psutil>=2.0,<=4.2 diff --git a/requirements.txt b/requirements.txt index e9fbfb52..f4d88342 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Absolutely known to work versions only: chardet>=2.0.1,<=2.3 dnspython3==1.12 -html5lib>=0.999,<1.0 +html5lib>=0.999,<=0.9999999 lxml>=3.1.0,<=3.5 namedlist>=1.3,<=1.7 psutil>=2.0,<=4.2