Skip to content

Commit 98427ef

Browse files
committed
Update to use graphql core 2.0
1 parent 009fc3f commit 98427ef

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>=1.0', 'webob', 'graphql-server-core>=1.0.dev'
4+
'graphql-core>=2.0.dev', 'webob', 'graphql-server-core>=1.0.dev'
55
]
66

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

0 commit comments

Comments
 (0)