Skip to content

Commit

Permalink
Merge 9e8428f into 009fc3f
Browse files Browse the repository at this point in the history
  • Loading branch information
akand074 committed Nov 3, 2017
2 parents 009fc3f + 9e8428f commit 08c3cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

required_packages = [
'graphql-core>=1.0', 'webob', 'graphql-server-core>=1.0.dev'
'graphql-core>=2.0', 'webob', 'graphql-server-core>=1.0.dev'
]

tests_require = ['pytest>=2.7.3', 'mako']
Expand Down

0 comments on commit 08c3cf0

Please sign in to comment.