From a539b3a3bd6ebe06dc7f528026db9b24ce974a71 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 18 Sep 2017 09:36:56 +0100 Subject: [PATCH] Remove six dependency six is used for Python 2/3 compatibility. We never run under Python 2. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e4f0757f8..c1dffed97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,6 @@ marshmallow==2.13.6 monotonic==1.3 psycopg2==2.7.3.1 PyJWT==1.5.2 -six==1.10.0 SQLAlchemy-Utils==0.32.14 SQLAlchemy==1.1.14 statsd==3.2.1