From b7ad16a1de5c56525fc5ac55b72315a153a33b27 Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Thu, 11 Feb 2016 15:15:58 +0100 Subject: [PATCH] Update setup.py and requirements --- requirements/common.txt | 3 --- setup.py | 1 - 2 files changed, 4 deletions(-) diff --git a/requirements/common.txt b/requirements/common.txt index 504114bc..cf191327 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,9 +1,6 @@ rethinkdb==2.2.0.post1 pysha3==0.3 pytz==2015.7 -repoze.lru==0.6 -fake-factory==0.5.3 -tornado==4.3 cryptography==1.2.1 statsd==3.2.1 python-rapidjson==0.0.6 diff --git a/setup.py b/setup.py index e696a1ee..0cf0d835 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ setup( 'rethinkdb==2.2.0.post1', 'pysha3==0.3', 'pytz==2015.7', - 'tornado==4.3', 'cryptography==1.2.1', 'statsd==3.2.1', 'python-rapidjson==0.0.6',