We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadf366 commit 3dd6d00Copy full SHA for 3dd6d00
setup.py
@@ -56,7 +56,7 @@ def run_tests(self):
56
install_requires=[
57
'six>=1.10.0',
58
'blinker',
59
- 'graphql-core==0.1a4',
+ 'graphql-core==0.4.7b0',
60
'graphql-relay==0.2.0'
61
],
62
tests_require=[
tox.ini
@@ -6,7 +6,7 @@ deps=
6
pytest>=2.7.2
7
django>=1.8.0,<1.9
8
pytest-django
9
- graphql-core==0.1a4
+ graphql-core==0.4.7b0
10
graphql-relay==0.2.0
11
six
12
blinker
0 commit comments