Updated graphql-django-view

This commit is contained in:
Syrus Akbary 2016-05-11 22:54:29 -07:00
parent 9da1d1ec00
commit 379768930d
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ setup(
'django': [
'Django>=1.6.0',
'singledispatch>=3.4.0.3',
'graphql-django-view>=1.1.0',
'graphql-django-view==1.3b1',
],
'sqlalchemy': [
'sqlalchemy',

View File

@ -7,7 +7,7 @@ deps=
pytest>=2.7.2
django>=1.8.0,<1.9
pytest-django
graphql-django-view>=1.0.0
graphql-django-view==1.3b1
graphql-core==0.5b3
graphql-relay==0.4b1
six