Pin current Graphene-Django version to Graphene~2

To avoid compatibility issues it's better to pin dependencies.
This commit is contained in:
Syrus Akbary 2017-11-20 21:02:00 -08:00 committed by GitHub
parent 31679df08c
commit d7c160c3b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ setup(
install_requires=[
'six>=1.10.0',
'graphene>=2.0',
'graphene>=2.0,<3',
'Django>=1.8.0',
'iso8601',
'singledispatch>=3.4.0.3',