mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Fix GraphQL-core dependency
GraphQL-core released `3.2.0rc1` with some breaking changes and 1. We should be getting RC releases in our dependencies 2. It has breaking changes, so we shouldn't get 3.2.0 unless someone fixes it explicitly
This commit is contained in:
parent
f039af2810
commit
b6c8931b22
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