Skip to content

Commit

Permalink
Fix malformed version on aniso8601 requirement (#995)
Browse files Browse the repository at this point in the history
* Fix malformed version on aniso8601 requirement

* 6 -> 6.0

Co-Authored-By: Jonathan Kim <jkimbo@gmail.com>
  • Loading branch information
AdrianLC and jkimbo committed Jun 11, 2019
1 parent 5cb7d91 commit 431e93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def run_tests(self):
"six>=1.10.0,<2",
"graphql-core>=2.1,<3",
"graphql-relay>=0.4.5,<1",
"aniso8601>=3,<=6.0.*",
"aniso8601>=3,<=6",
],
tests_require=tests_require,
extras_require={
Expand Down

0 comments on commit 431e93c

Please sign in to comment.