Update required versions of core and relay

This commit is contained in:
Christoph Zwerschke 2019-07-15 20:30:17 +02:00
parent 57157ab7f4
commit 8a0ebd749a

View File

@ -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,