Fix dependencies for examples (#861)

This commit is contained in:
Jonathan Kim 2020-01-31 14:20:18 +00:00 committed by GitHub
parent 8ec456285b
commit 5c3199883f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
graphene
graphene-django
graphql-core>=2.1rc1
django==2.2.8
graphene>=2.1,<3
graphene-django>=2.1,<3
graphql-core>=2.1,<3
django==3.0

View File

@ -1,5 +1,5 @@
graphene
graphene-django
graphql-core>=2.1rc1
graphene>=2.1,<3
graphene-django>=2.1,<3
graphql-core>=2.1,<3
django==3.0
django-filter>=2