Allow bumped version of aniso8601

In version 6 aniso8601 some rounding bugs were introduced. 
See the issue reported here: https://bitbucket.org/nielsenb/aniso8601/issues/24/float-induced-rounding-errors-when-parsing
See the commit that fixed it here: b4aca8ffc2
Allow for a higher version to allow graphene users to avoid these issues.
This commit is contained in:
Jason Farkas 2019-07-22 17:25:58 -04:00 committed by GitHub
parent 167c8c203c
commit f9925a333a
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",
"graphql-core>=2.1,<3",
"graphql-relay>=2,<3",
"aniso8601>=3,<=6",
"aniso8601>=3,<=7",
],
tests_require=tests_require,
extras_require={