Skip to content

Commit 7e969a2

Browse files
committed
Change the graphql-core requirement to avoid 3.0.0a0 install in pip
1 parent 8d6fe93 commit 7e969a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
history = history_file.read()
1515

1616
requirements = [
17-
"graphql-core>=2.0<3",
17+
"graphql-core==2.*",
1818
# TODO: put package requirements here
1919
]
2020

0 commit comments

Comments
 (0)