Skip to content

Commit e405cea

Browse files
committed
Use stable versions of graphql-core
1 parent afcad8a commit e405cea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def run_tests(self):
4040
errno = pytest.main(self.pytest_args)
4141
sys.exit(errno)
4242

43+
4344
tests_require = [
4445
'pytest',
4546
'pytest-benchmark',
@@ -86,9 +87,9 @@ def run_tests(self):
8687

8788
install_requires=[
8889
'six>=1.10.0',
89-
'graphql-core>=2.0.dev',
90+
'graphql-core>=2.0',
9091
'graphql-relay>=0.4.5',
91-
'promise>=2.1.dev',
92+
'promise>=2.1',
9293
],
9394
tests_require=tests_require,
9495
extras_require={

0 commit comments

Comments
 (0)