Skip to content

Commit 1029299

Browse files
committed
Upgrade graphene and graphl-core versions
1 parent c678a37 commit 1029299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
keywords="api graphql protocol rest relay graphene",
5353
packages=find_packages(exclude=["tests"]),
5454
install_requires=[
55-
"graphene>=2.1.7,<3",
56-
"graphql-core>=2.1.0,<3",
55+
"graphene>=3.0.dev,<4",
56+
"graphql-core>=3.0.0b1,<4",
5757
"Django>=1.11,!=2.0.*,!=2.1.*",
5858
"promise>=2.1",
5959
],

0 commit comments

Comments
 (0)