Skip to content

Commit 5c31998

Browse files
authored
Fix dependencies for examples (#861)
1 parent 8ec4562 commit 5c31998

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
graphene
2-
graphene-django
3-
graphql-core>=2.1rc1
4-
django==2.2.8
1+
graphene>=2.1,<3
2+
graphene-django>=2.1,<3
3+
graphql-core>=2.1,<3
4+
django==3.0

examples/cookbook/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
graphene
2-
graphene-django
3-
graphql-core>=2.1rc1
1+
graphene>=2.1,<3
2+
graphene-django>=2.1,<3
3+
graphql-core>=2.1,<3
44
django==3.0
55
django-filter>=2

0 commit comments

Comments
 (0)