File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- required_packages = ['graphql-core>=0.5 .0' , 'flask>=0.7.0' ]
3+ required_packages = ['graphql-core>=1 .0' , 'flask>=0.7.0' ]
44
55setup (
66 name = 'Flask-GraphQL' ,
7- version = '1.2.0 ' ,
7+ version = '1.3.1 ' ,
88 description = 'Adds GraphQL support to your Flask application' ,
99 long_description = open ('README.rst' ).read (),
1010 url = 'https://github.com/graphql-python/flask-graphql' ,
Original file line number Diff line number Diff line change 88deps =
99 pytest>=2.7.2
1010 pytest-flask>=0.10.0
11- graphql-core>=0.5 .0
11+ graphql-core>=1 .0
1212 Flask>=0.10.0
1313 pytest-cov
1414commands =
@@ -24,7 +24,7 @@ commands =
2424basepython =python3.5
2525deps =
2626 isort
27- graphql-core>=0.5 .0
27+ graphql-core>=1 .0
2828 Flask>=0.10.0
2929commands =
3030 isort --check-only flask_graphql/ -rc
You can’t perform that action at this time.
0 commit comments