mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 19:32:33 +03:00
Remove six requirement
This commit is contained in:
parent
b4d4f60534
commit
3c0549a0b0
1
setup.py
1
setup.py
|
@ -79,7 +79,6 @@ setup(
|
||||||
keywords="api graphql protocol rest relay graphene",
|
keywords="api graphql protocol rest relay graphene",
|
||||||
packages=find_packages(exclude=["tests", "tests.*", "examples"]),
|
packages=find_packages(exclude=["tests", "tests.*", "examples"]),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"six>=1.10.0,<2",
|
|
||||||
"graphql-core>=2.1,<3",
|
"graphql-core>=2.1,<3",
|
||||||
"graphql-relay>=0.4.5,<1",
|
"graphql-relay>=0.4.5,<1",
|
||||||
"aniso8601>=3,<=6.0.*",
|
"aniso8601>=3,<=6.0.*",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user