We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c678a37 commit 1029299Copy full SHA for 1029299
setup.py
@@ -52,8 +52,8 @@
52
keywords="api graphql protocol rest relay graphene",
53
packages=find_packages(exclude=["tests"]),
54
install_requires=[
55
- "graphene>=2.1.7,<3",
56
- "graphql-core>=2.1.0,<3",
+ "graphene>=3.0.dev,<4",
+ "graphql-core>=3.0.0b1,<4",
57
"Django>=1.11,!=2.0.*,!=2.1.*",
58
"promise>=2.1",
59
],
0 commit comments