mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-06-22 22:43:12 +03:00
Updated graphql-core requirements
This commit is contained in:
parent
33c6fdf5ab
commit
4f47ffdc8d
|
@ -1,4 +1,4 @@
|
||||||
graphene
|
graphene
|
||||||
graphene-django
|
graphene-django
|
||||||
graphql-core
|
graphql-core>=2.1rc1
|
||||||
django==1.9
|
django==1.9
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
graphene
|
graphene
|
||||||
graphene-django
|
graphene-django
|
||||||
graphql-core
|
graphql-core>=2.1rc1
|
||||||
django==1.9
|
django==1.9
|
||||||
django-filter==0.11.0
|
django-filter==0.11.0
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -59,7 +59,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'six>=1.10.0',
|
'six>=1.10.0',
|
||||||
'graphene>=2.0.1,<3',
|
'graphene>=2.0.1,<3',
|
||||||
'graphql-core>=2.1rc0',
|
'graphql-core>=2.1rc1',
|
||||||
django_version,
|
django_version,
|
||||||
'iso8601',
|
'iso8601',
|
||||||
'singledispatch>=3.4.0.3',
|
'singledispatch>=3.4.0.3',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user