Pin higher version of graphene for proper graphql-core version r… (#768)

This commit is contained in:
Mel van Londen 2019-09-22 13:09:57 -07:00 committed by Jonathan Kim
parent 4f21750fc2
commit 0962db5aa6

View File

@ -57,7 +57,7 @@ setup(
packages=find_packages(exclude=["tests"]),
install_requires=[
"six>=1.10.0",
"graphene>=2.1.3,<3",
"graphene>=2.1.7,<3",
"graphql-core>=2.1.0,<3",
"Django>=1.11",
"singledispatch>=3.4.0.3",