mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-29 13:03:44 +03:00
Remove iso8601 dependency, updated graphql-core
This commit is contained in:
parent
e45708b44e
commit
a59f41b080
5
setup.py
5
setup.py
|
@ -49,10 +49,9 @@ setup(
|
||||||
packages=find_packages(exclude=["tests"]),
|
packages=find_packages(exclude=["tests"]),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"six>=1.10.0",
|
"six>=1.10.0",
|
||||||
"graphene>=2.1,<3",
|
"graphene>=2.1.3,<3",
|
||||||
"graphql-core>=2.1rc1",
|
"graphql-core>=2.1.0,<3",
|
||||||
"Django>=1.11",
|
"Django>=1.11",
|
||||||
"iso8601",
|
|
||||||
"singledispatch>=3.4.0.3",
|
"singledispatch>=3.4.0.3",
|
||||||
"promise>=2.1",
|
"promise>=2.1",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user