From aeab124ac9f1e3e88f6a8ae246c90b8094e94223 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 6 Nov 2018 16:53:16 +0100 Subject: Switch single mode to asyncio This is a direct port to asyncio without any design changes. These need to happen in further refinements. Fixes issue #1. --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d1d4188..a017ea1 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,6 @@ setup( description='Save website to WARC using Google Chrome.', long_description=open('README.rst').read(), install_requires=[ - 'pychrome', 'warcio', 'html5lib>=0.999999999', 'bottom', -- cgit v1.2.3