Skip to content

Commit 426a47a

Browse files
AdrianLCAdrián López
authored andcommitted
Fix malformed version on aniso8601 requirement
1 parent 40229b8 commit 426a47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def run_tests(self):
8787
"six>=1.10.0,<2",
8888
"graphql-core>=2.1,<3",
8989
"graphql-relay>=0.4.5,<1",
90-
"aniso8601>=3,<=6.0.*",
90+
"aniso8601>=3,<=6.0",
9191
],
9292
tests_require=tests_require,
9393
extras_require={

0 commit comments

Comments
 (0)