mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-10 19:56:45 +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)
|
||||
sys.exit(errno)
|
||||
|
||||
|
||||
tests_require = [
|
||||
'pytest',
|
||||
'pytest-benchmark',
|
||||
|
@ -86,9 +87,9 @@ setup(
|
|||
|
||||
install_requires=[
|
||||
'six>=1.10.0',
|
||||
'graphql-core>=2.0.dev',
|
||||
'graphql-core>=2.0',
|
||||
'graphql-relay>=0.4.5',
|
||||
'promise>=2.1.dev',
|
||||
'promise>=2.1',
|
||||
],
|
||||
tests_require=tests_require,
|
||||
extras_require={
|
||||
|
|
Loading…
Reference in New Issue
Block a user