mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-10 19:56:45 +03:00
Updated dependencies: use promise 2.0 and graphql-core 1.1
This commit is contained in:
parent
a7511d3a2c
commit
bd754c1989
4
setup.py
4
setup.py
|
@ -82,9 +82,9 @@ setup(
|
|||
|
||||
install_requires=[
|
||||
'six>=1.10.0',
|
||||
'graphql-core>=1.0.1',
|
||||
'graphql-core>=1.1',
|
||||
'graphql-relay>=0.4.5',
|
||||
'promise>=1.0.1',
|
||||
'promise>=2.0',
|
||||
],
|
||||
tests_require=tests_require,
|
||||
extras_require={
|
||||
|
|
Loading…
Reference in New Issue
Block a user