Skip to content

Commit daf53a0

Browse files
committed
Pin graphql-core to <1
1 parent 17ce2ef commit daf53a0

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
@@ -55,7 +55,7 @@ def run_tests(self):
5555

5656
install_requires=[
5757
'six>=1.10.0',
58-
'graphql-core>=0.5.0',
58+
'graphql-core>=0.5.0,<1',
5959
'promise>=0.4.0'
6060
],
6161
tests_require=['pytest>=2.7.2'],

0 commit comments

Comments
 (0)