Set min version of graphql-core to v3.1.1

This commit is contained in:
Jonathan Kim 2020-06-25 11:55:17 +01:00
parent a9625dac0e
commit 9a1ac2eee3

View File

@ -82,7 +82,7 @@ setup(
keywords="api graphql protocol rest relay graphene",
packages=find_packages(exclude=["examples*"]),
install_requires=[
"graphql-core>=3.1.0b1,<4",
"graphql-core>=3.1.1,<4",
"graphql-relay>=3.0,<4",
"aniso8601>=8,<9",
],