Skip to content

Commit 3093d2b

Browse files
committed
Updated requirements
1 parent ae8a23b commit 3093d2b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def run_tests(self):
5555

5656
install_requires=[
5757
'six>=1.10.0',
58-
'graphql-core>=0.5.0',
59-
'graphql-relay>=0.4.1',
58+
'graphql-core>=0.5.1',
59+
'graphql-relay>=0.4.2',
6060
'iso8601',
6161
],
6262
tests_require=[

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ deps=
77
pytest>=2.7.2
88
django>=1.8.0,<1.9
99
pytest-django
10-
graphql-django-view==1.3b1
11-
graphql-core>=0.5.0
12-
graphql-relay>=0.4.1
10+
graphql-django-view==1.3
11+
graphql-core>=0.5.1
12+
graphql-relay>=0.4.2
1313
six
1414
blinker
1515
singledispatch

0 commit comments

Comments
 (0)