Upgrade graphql-relay

This commit is contained in:
Jonathan Kim 2019-07-15 19:29:06 +01:00 committed by GitHub
parent 57157ab7f4
commit 870b464b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ setup(
install_requires=[ install_requires=[
"six>=1.10.0,<2", "six>=1.10.0,<2",
"graphql-core>=2.1,<3", "graphql-core>=2.1,<3",
"graphql-relay>=0.4.5,<1", "graphql-relay>=2,<3",
"aniso8601>=3,<=6", "aniso8601>=3,<=6",
], ],
tests_require=tests_require, tests_require=tests_require,