Update aniso8601 dependency

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-06-12 19:29:24 +02:00 committed by Jonathan Kim
parent 4170e73251
commit 00eae419ec

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",
"aniso8601>=3,<=7",
],
tests_require=tests_require,
extras_require={