Skip to content

Commit 5dcccf6

Browse files
authored
Merge pull request #4 from akand074/v2
Update to use graphql core 2.0
2 parents 009fc3f + 9e8428f commit 5dcccf6

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

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

0 commit comments

Comments
 (0)