diff --git a/setup.py b/setup.py index e75a4a9..8b03620 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( install_requires=[ 'six>=1.10.0', - 'graphene>=1.0', + 'graphene>=1.1.2', 'Django>=1.6.0', 'iso8601', 'singledispatch>=3.4.0.3',