mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-18 04:20:36 +03:00
Use stable versions of graphql-core
This commit is contained in:
parent
afcad8a8f0
commit
e405cea361
5
setup.py
5
setup.py
|
@ -40,6 +40,7 @@ class PyTest(TestCommand):
|
||||||
errno = pytest.main(self.pytest_args)
|
errno = pytest.main(self.pytest_args)
|
||||||
sys.exit(errno)
|
sys.exit(errno)
|
||||||
|
|
||||||
|
|
||||||
tests_require = [
|
tests_require = [
|
||||||
'pytest',
|
'pytest',
|
||||||
'pytest-benchmark',
|
'pytest-benchmark',
|
||||||
|
@ -86,9 +87,9 @@ setup(
|
||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'six>=1.10.0',
|
'six>=1.10.0',
|
||||||
'graphql-core>=2.0.dev',
|
'graphql-core>=2.0',
|
||||||
'graphql-relay>=0.4.5',
|
'graphql-relay>=0.4.5',
|
||||||
'promise>=2.1.dev',
|
'promise>=2.1',
|
||||||
],
|
],
|
||||||
tests_require=tests_require,
|
tests_require=tests_require,
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|
Loading…
Reference in New Issue
Block a user