Increased allowed version of aniso8601 (#1009)

Closes #1008 

The only change should not affect graphene https://bitbucket.org/nielsenb/aniso8601/issues/24/float-induced-rounding-errors-when-parsing
This commit is contained in:
Vincent Prouillet 2019-07-24 19:43:28 +02:00 committed by Jonathan Kim
parent 167c8c203c
commit 6e4058960d

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={