Fix malformed version on aniso8601 requirement

This commit is contained in:
Adrián López Calvo 2019-06-05 11:45:09 +02:00 committed by Adrián López
parent 40229b8a73
commit 426a47afef

View File

@ -87,7 +87,7 @@ setup(
"six>=1.10.0,<2",
"graphql-core>=2.1,<3",
"graphql-relay>=0.4.5,<1",
"aniso8601>=3,<=6.0.*",
"aniso8601>=3,<=6.0",
],
tests_require=tests_require,
extras_require={