mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-29 13:03:56 +03:00
Increased allowed version of aniso8601 (#1009)
Closes #1008 The only change should not affect graphene https://bitbucket.org/nielsenb/aniso8601/issues/24/float-induced-rounding-errors-when-parsing
This commit is contained in:
parent
167c8c203c
commit
6e4058960d
2
setup.py
2
setup.py
|
@ -87,7 +87,7 @@ setup(
|
||||||
"six>=1.10.0,<2",
|
"six>=1.10.0,<2",
|
||||||
"graphql-core>=2.1,<3",
|
"graphql-core>=2.1,<3",
|
||||||
"graphql-relay>=2,<3",
|
"graphql-relay>=2,<3",
|
||||||
"aniso8601>=3,<=6",
|
"aniso8601>=3,<=7",
|
||||||
],
|
],
|
||||||
tests_require=tests_require,
|
tests_require=tests_require,
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|
Loading…
Reference in New Issue
Block a user