mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-19 21:10:37 +03:00
Merge pull request #1377 from graphql-python/fix-graphql-core-dependency
Fix GraphQL-core dependency
This commit is contained in:
commit
03aad2799a
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.2,<4",
|
"graphql-core~=3.1.2",
|
||||||
"graphql-relay>=3.0,<4",
|
"graphql-relay>=3.0,<4",
|
||||||
"aniso8601>=8,<10",
|
"aniso8601>=8,<10",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user