mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 19:32:33 +03:00
Changed dependencies to core-next
This commit is contained in:
parent
67c4310c78
commit
e23184fe13
10
setup.py
10
setup.py
|
@ -79,16 +79,12 @@ 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=["graphql-core-next~=1.0.5", "aniso8601~=6.0.0"],
|
||||||
"graphql-core>=2.1,<3",
|
|
||||||
"graphql-relay>=0.4.5,<1",
|
|
||||||
"aniso8601>=3,<=6.0.*",
|
|
||||||
],
|
|
||||||
tests_require=tests_require,
|
tests_require=tests_require,
|
||||||
extras_require={
|
extras_require={
|
||||||
"test": tests_require,
|
"test": tests_require,
|
||||||
"django": ["graphene-django"],
|
# "django": ["graphene-django"],
|
||||||
"sqlalchemy": ["graphene-sqlalchemy"],
|
# "sqlalchemy": ["graphene-sqlalchemy"],
|
||||||
},
|
},
|
||||||
cmdclass={"test": PyTest},
|
cmdclass={"test": PyTest},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user