We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 009fc3f + 9e8428f commit 5dcccf6Copy full SHA for 5dcccf6
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
required_packages = [
4
- 'graphql-core>=1.0', 'webob', 'graphql-server-core>=1.0.dev'
+ 'graphql-core>=2.0', 'webob', 'graphql-server-core>=1.0.dev'
5
]
6
7
tests_require = ['pytest>=2.7.3', 'mako']
0 commit comments