Date Scalar only added in graphene 2.0.1

This commit is contained in:
= 2017-12-18 12:21:49 -05:00
parent 62c0694901
commit c952ef1a88

View File

@ -57,7 +57,7 @@ setup(
install_requires=[
'six>=1.10.0',
'graphene>=2.0,<3',
'graphene>=2.0.1,<3',
'Django>=1.8.0',
'iso8601',
'singledispatch>=3.4.0.3',