Update aniso8601 dependency to allow versions 4+. (#935)

* Update aniso8601 dependency to allow versions 4+.

* Upper bound to aniso8601 dependency version.
This commit is contained in:
Scott Crunkleton 2019-05-07 10:31:30 -06:00 committed by Eran Kampf
parent 6a4091b3e4
commit a5162e9ae3

View File

@ -88,7 +88,7 @@ setup(
"six>=1.10.0,<2",
"graphql-core>=2.1,<3",
"graphql-relay>=0.4.5,<1",
"aniso8601>=3,<4",
"aniso8601>=3,<=6.0.*",
],
tests_require=tests_require,
extras_require={