Skip to content

Commit

Permalink
Pin graphql-core to <3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkimbo committed Jun 28, 2019
1 parent 4183613 commit 9a75ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

required_packages = ["graphql-core>=2.1", "flask>=0.7.0", "graphql-server-core>=1.1"]
required_packages = ["graphql-core>=2.1,<3", "flask>=0.7.0", "graphql-server-core>=1.1,<2"]

setup(
name="Flask-GraphQL",
Expand Down

0 comments on commit 9a75ebc

Please sign in to comment.