mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-13 05:06:47 +03:00
Set min version of graphql-core to v3.1.1 (#1215)
This commit is contained in:
parent
bf034ca85f
commit
324df19d3d
2
setup.py
2
setup.py
|
@ -82,7 +82,7 @@ setup(
|
||||||
keywords="api graphql protocol rest relay graphene",
|
keywords="api graphql protocol rest relay graphene",
|
||||||
packages=find_packages(exclude=["examples*"]),
|
packages=find_packages(exclude=["examples*"]),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"graphql-core>=3.1.0b1,<4",
|
"graphql-core>=3.1.1,<4",
|
||||||
"graphql-relay>=3.0,<4",
|
"graphql-relay>=3.0,<4",
|
||||||
"aniso8601>=8,<9",
|
"aniso8601>=8,<9",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user