From 20b3ceef31346838393b05fba2e7b9470f2dc0c3 Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Thu, 18 Oct 2018 18:27:11 +0200 Subject: [PATCH] GH-158: remove unneeded AWS and Jinja2 dependencies --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index b86fbc47b..b1e2f6edd 100644 --- a/setup.py +++ b/setup.py @@ -13,14 +13,12 @@ license='MIT', install_requires=[ 'torch==0.4.1', - 'awscli==1.14.32', 'gensim==3.4.0', 'typing==3.6.4', 'tqdm==4.23.4', 'segtok==1.5.6', 'matplotlib==3.0.0', 'mpld3==0.3', - 'jinja2==2.10', 'sklearn', 'sqlitedict==1.6.0', ],