We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8a23b commit 3093d2bCopy full SHA for 3093d2b
setup.py
@@ -55,8 +55,8 @@ def run_tests(self):
55
56
install_requires=[
57
'six>=1.10.0',
58
- 'graphql-core>=0.5.0',
59
- 'graphql-relay>=0.4.1',
+ 'graphql-core>=0.5.1',
+ 'graphql-relay>=0.4.2',
60
'iso8601',
61
],
62
tests_require=[
tox.ini
@@ -7,9 +7,9 @@ deps=
7
pytest>=2.7.2
8
django>=1.8.0,<1.9
9
pytest-django
10
- graphql-django-view==1.3b1
11
- graphql-core>=0.5.0
12
- graphql-relay>=0.4.1
+ graphql-django-view==1.3
+ graphql-core>=0.5.1
+ graphql-relay>=0.4.2
13
six
14
blinker
15
singledispatch
0 commit comments