Skip to content

Commit 431e93c

Browse files
AdrianLCjkimbo
andcommitted
Fix malformed version on aniso8601 requirement (#995)
* Fix malformed version on aniso8601 requirement * 6 -> 6.0 Co-Authored-By: Jonathan Kim <[email protected]>
1 parent 5cb7d91 commit 431e93c

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",
9191
],
9292
tests_require=tests_require,
9393
extras_require={

0 commit comments

Comments
 (0)