Skip to content

Commit 3e9242a

Browse files
authored
Update setup.py
1 parent bdbd950 commit 3e9242a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from setuptools import setup, find_packages
22

33
required_packages = [
4-
'graphql-core>=1.0',
5-
'graphql-server-core>=1.1rc0',
4+
'graphql-core>=2.1',
5+
'graphql-server-core>=1.1.1',
66
'sanic>=0.5.1',
77
'pytest-runner'
88
]

0 commit comments

Comments
 (0)