mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
Update required versions of core and relay
This commit is contained in:
parent
57157ab7f4
commit
8a0ebd749a
4
setup.py
4
setup.py
|
@ -85,8 +85,8 @@ setup(
|
||||||
packages=find_packages(exclude=["tests", "tests.*", "examples"]),
|
packages=find_packages(exclude=["tests", "tests.*", "examples"]),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"six>=1.10.0,<2",
|
"six>=1.10.0,<2",
|
||||||
"graphql-core>=2.1,<3",
|
"graphql-core>=2.2,<3",
|
||||||
"graphql-relay>=0.4.5,<1",
|
"graphql-relay>=2.0,<3",
|
||||||
"aniso8601>=3,<=6",
|
"aniso8601>=3,<=6",
|
||||||
],
|
],
|
||||||
tests_require=tests_require,
|
tests_require=tests_require,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user