Updated graphql-core requirements

This commit is contained in:
Syrus Akbary 2018-06-05 12:19:37 -07:00
parent 33c6fdf5ab
commit 4f47ffdc8d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
graphene
graphene-django
graphql-core
graphql-core>=2.1rc1
django==1.9

View File

@ -1,5 +1,5 @@
graphene
graphene-django
graphql-core
graphql-core>=2.1rc1
django==1.9
django-filter==0.11.0

View File

@ -59,7 +59,7 @@ setup(
install_requires=[
'six>=1.10.0',
'graphene>=2.0.1,<3',
'graphql-core>=2.1rc0',
'graphql-core>=2.1rc1',
django_version,
'iso8601',
'singledispatch>=3.4.0.3',