Skip to content

Commit 9a75ebc

Browse files
authored
Pin graphql-core to <3
1 parent 4183613 commit 9a75ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

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

55
setup(
66
name="Flask-GraphQL",

0 commit comments

Comments
 (0)