From f24f3fcf3cf4a90ed62384f9638388e64ab4f3ec Mon Sep 17 00:00:00 2001 From: Hofei90 <29521028+hofei90@users.noreply.github.com> Date: Thu, 14 May 2020 00:28:06 +0200 Subject: [PATCH] add html5lib --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e2fb9d1..2bca366 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ requests~=2.23.0 toml~=0.10.0 paramiko~=2.7.1 setuptools~=46.1.3 -beautifulsoup4~=4.9.0 \ No newline at end of file +beautifulsoup4~=4.9.0 +html5lib \ No newline at end of file