From 2bbfde40f0af6e13876509d7afb227cea3c11a0f Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 5 Oct 2018 14:03:27 +0200 Subject: [PATCH] add html5lib this is needed for bs4. I'm not sure why it was there before, but not anymore --- dev-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9638d968..a2f64d31 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,6 +3,7 @@ mock beautifulsoup4 codecov cryptography +html5lib # needed for beautifulsoup pytest-cov pytest-tornado pytest>=3.3