From ca01f82227a8b79f1cbc4f5e0be5434804dc3c0e Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 20 Nov 2017 19:19:05 +0100 Subject: Add page created from DOM snapshot --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 939cec9..52747c0 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ setup( install_requires=[ 'pychrome', 'warcio', + 'html5lib>=0.999999999', ], entry_points={ 'console_scripts': [ -- cgit v1.2.3