File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55setup (
66 name = 'Flask-GraphQL' ,
7- version = '1.1 .0' ,
7+ version = '1.2 .0' ,
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- https://github.com/ graphql-python/graphql- core/archive/master.zip
11+ graphql-core>=0.5.0
1212 Flask>=0.10.0
1313 pytest-cov
1414commands =
@@ -24,7 +24,7 @@ commands =
2424basepython =python3.5
2525deps =
2626 isort
27- https://github.com/ graphql-python/graphql- core/archive/master.zip
27+ graphql-core>=0.5.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