Skip to content

Commit

Permalink
Increased allowed version of aniso8601 (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats authored and jkimbo committed Jul 24, 2019
1 parent 167c8c2 commit 6e40589
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>=2,<3",
"aniso8601>=3,<=6",
"aniso8601>=3,<=7",
],
tests_require=tests_require,
extras_require={
Expand Down

0 comments on commit 6e40589

Please sign in to comment.