Skip to content

Commit

Permalink
Fix malformed version on aniso8601 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianLC authored and Adrián López committed Jun 5, 2019
1 parent 40229b8 commit 426a47a
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.0",
],
tests_require=tests_require,
extras_require={
Expand Down

0 comments on commit 426a47a

Please sign in to comment.