From 6af6215082e85d6953f9a2465a801458deea643c Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 4 Jul 2019 23:22:20 +0200 Subject: [PATCH] Add html5lib for better parsing --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 51a17b5..2d749d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,3 +22,4 @@ pyyaml pillow cachetools emoji-unicode +html5lib