From b7008920def122afec62c5e396df34d2f01ed1d3 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 16 Feb 2016 16:14:10 -0800 Subject: [PATCH] fix setup.py typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a5514a71..dbd94f87 100755 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setup( glob.glob('sample_archive/text_content/*')), ], install_requires=[ - 'six' + 'six', 'chardet', 'requests', 'redis',