Updated graphql-core version

This commit is contained in:
Syrus Akbary 2017-07-31 22:08:05 -07:00
parent 6a85507325
commit 602d8866bb

View File

@ -83,7 +83,7 @@ setup(
install_requires=[
'six>=1.10.0',
'graphql-core>=1.2.dev',
'graphql-core>=2.0.dev',
'graphql-relay>=0.4.5',
'promise>=2.1.dev',
],