Skip to content

Commit 3797689

Browse files
committed
Updated graphql-django-view
1 parent 9da1d1e commit 3797689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def run_tests(self):
7373
'django': [
7474
'Django>=1.6.0',
7575
'singledispatch>=3.4.0.3',
76-
'graphql-django-view>=1.1.0',
76+
'graphql-django-view==1.3b1',
7777
],
7878
'sqlalchemy': [
7979
'sqlalchemy',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deps=
77
pytest>=2.7.2
88
django>=1.8.0,<1.9
99
pytest-django
10-
graphql-django-view>=1.0.0
10+
graphql-django-view==1.3b1
1111
graphql-core==0.5b3
1212
graphql-relay==0.4b1
1313
six

0 commit comments

Comments
 (0)