Increase the allowed version of aniso8601 (#1072)

This commit is contained in:
Yu Mochizuki 2019-12-26 20:27:55 +09:00 committed by Jonathan Kim
parent abc2c2a784
commit e31b93d1fd

View File

@ -82,7 +82,7 @@ setup(
install_requires=[
"graphql-core>=3.0.0a0,<4",
"graphql-relay>=3.0.0a0,<4",
"aniso8601>=6,<8",
"aniso8601>=6,<9",
],
tests_require=tests_require,
extras_require={"test": tests_require},