From 426a47afef612e5e0d54a917b58f37ba09ecacf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20L=C3=B3pez=20Calvo?= Date: Wed, 5 Jun 2019 11:45:09 +0200 Subject: [PATCH] Fix malformed version on aniso8601 requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c75df0ba..6699e895 100644 --- a/setup.py +++ b/setup.py @@ -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={