summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-11-06 16:53:16 +0100
committerLars-Dominik Braun <lars@6xq.net>2018-11-06 16:54:58 +0100
commitaeab124ac9f1e3e88f6a8ae246c90b8094e94223 (patch)
tree4b6394fcaca6b045a98f43736a6dac66a3144a7c /setup.py
parent60fe79f2d898757f4f20aa89015e86cd63ef7871 (diff)
downloadcrocoite-aeab124ac9f1e3e88f6a8ae246c90b8094e94223.tar.gz
crocoite-aeab124ac9f1e3e88f6a8ae246c90b8094e94223.tar.bz2
crocoite-aeab124ac9f1e3e88f6a8ae246c90b8094e94223.zip
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.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
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',