Skip to content

Commit d7c160c

Browse files
authored
Pin current Graphene-Django version to Graphene~2
To avoid compatibility issues it's better to pin dependencies.
1 parent 31679df commit d7c160c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
install_requires=[
5959
'six>=1.10.0',
60-
'graphene>=2.0',
60+
'graphene>=2.0,<3',
6161
'Django>=1.8.0',
6262
'iso8601',
6363
'singledispatch>=3.4.0.3',

0 commit comments

Comments
 (0)