mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-16 07:02:04 +03:00
Upgrade graphene and graphl-core versions
This commit is contained in:
parent
82d8dbc893
commit
effc6158ba
4
setup.py
4
setup.py
|
@ -53,8 +53,8 @@ setup(
|
|||
keywords="api graphql protocol rest relay graphene",
|
||||
packages=find_packages(exclude=["tests"]),
|
||||
install_requires=[
|
||||
"graphene>=2.1.7,<3",
|
||||
"graphql-core>=2.1.0,<3",
|
||||
"graphene>=3.0.dev,<4",
|
||||
"graphql-core>=3.0.0b1,<4",
|
||||
"Django>=1.11,!=2.0.*,!=2.1.*",
|
||||
"promise>=2.1",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user