Set min version of graphql-core to v3.1.1 (#1215)

This commit is contained in:
Jonathan Kim 2020-06-29 05:54:36 +01:00 committed by GitHub
parent bf034ca85f
commit 324df19d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
],