Updated graphql-core version

This commit is contained in:
Syrus Akbary 2015-10-18 19:46:45 -07:00
parent fadf3664c0
commit 3dd6d002b2
2 changed files with 2 additions and 2 deletions

View File

@ -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=[

View File

@ -6,7 +6,7 @@ deps=
pytest>=2.7.2 pytest>=2.7.2
django>=1.8.0,<1.9 django>=1.8.0,<1.9
pytest-django pytest-django
graphql-core==0.1a4 graphql-core==0.4.7b0
graphql-relay==0.2.0 graphql-relay==0.2.0
six six
blinker blinker