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',