Remove django_graphiql from cookbook requirements.txt.

The package is not required since support for graphiql is now built-in.

Fixes #135.
This commit is contained in:
Ed Morley 2017-03-22 01:59:52 +00:00
parent eb02f8781c
commit 81ef78ad58
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
graphene
graphene-django
django_graphiql
graphql-core
django==1.9

View File

@ -1,6 +1,5 @@
graphene
graphene-django
django_graphiql
graphql-core
django==1.9
django-filter==0.11.0