From 4cbf16f576da21297abf92352afd992c92b6c7b9 Mon Sep 17 00:00:00 2001 From: ymoch Date: Wed, 18 Sep 2019 00:45:50 +0900 Subject: [PATCH] Increase the allowed version of aniso8601. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e22b7c4..d50aeba1 100644 --- a/setup.py +++ b/setup.py @@ -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},