Skip to content

Commit 432263e

Browse files
authored
Update setup.py
1 parent 5f7ccc2 commit 432263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
required_packages = [
4-
'graphql-core>=2.1rc2', 'webob', 'graphql-server-core>=1.1rc0'
4+
'graphql-core>=2.1rc2,<3', 'webob', 'graphql-server-core>=1.1rc0,<2'
55
]
66

77
tests_require = ['pytest>=2.7.3', 'mako']

0 commit comments

Comments
 (0)