Co-Authored-By: Jonathan Kim <jkimbo@gmail.com>
This commit is contained in:
Adrián López Calvo 2019-06-06 10:53:27 +02:00 committed by GitHub
parent 426a47afef
commit 73bce2eb75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ setup(
"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>=0.4.5,<1",
"aniso8601>=3,<=6.0", "aniso8601>=3,<=6",
], ],
tests_require=tests_require, tests_require=tests_require,
extras_require={ extras_require={