Skip to content

Commit a5162e9

Browse files
crunk1ekampf
authored andcommitted
Update aniso8601 dependency to allow versions 4+. (#935)
* Update aniso8601 dependency to allow versions 4+. * Upper bound to aniso8601 dependency version.
1 parent 6a4091b commit a5162e9

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
@@ -88,7 +88,7 @@ def run_tests(self):
8888
"six>=1.10.0,<2",
8989
"graphql-core>=2.1,<3",
9090
"graphql-relay>=0.4.5,<1",
91-
"aniso8601>=3,<4",
91+
"aniso8601>=3,<=6.0.*",
9292
],
9393
tests_require=tests_require,
9494
extras_require={

0 commit comments

Comments
 (0)