From 3c0549a0b0d7d3bac3715eb3f82f0f2360dda9a3 Mon Sep 17 00:00:00 2001 From: Eran Kampf Date: Sat, 1 Jun 2019 18:51:18 -0700 Subject: [PATCH] Remove six requirement --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 6b1a6ba3..9991e9ad 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,6 @@ setup( keywords="api graphql protocol rest relay graphene", packages=find_packages(exclude=["tests", "tests.*", "examples"]), install_requires=[ - "six>=1.10.0,<2", "graphql-core>=2.1,<3", "graphql-relay>=0.4.5,<1", "aniso8601>=3,<=6.0.*",