mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-29 13:03:56 +03:00
Updated graphql-core version
This commit is contained in:
parent
fadf3664c0
commit
3dd6d002b2
2
setup.py
2
setup.py
|
@ -56,7 +56,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'six>=1.10.0',
|
'six>=1.10.0',
|
||||||
'blinker',
|
'blinker',
|
||||||
'graphql-core==0.1a4',
|
'graphql-core==0.4.7b0',
|
||||||
'graphql-relay==0.2.0'
|
'graphql-relay==0.2.0'
|
||||||
],
|
],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
|
|
Loading…
Reference in New Issue
Block a user