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 4
4
5
5
setup (
6
6
name = 'Flask-GraphQL' ,
7
- version = '1.1 .0' ,
7
+ version = '1.2 .0' ,
8
8
description = 'Adds GraphQL support to your Flask application' ,
9
9
long_description = open ('README.rst' ).read (),
10
10
url = 'https://github.com/graphql-python/flask-graphql' ,
Original file line number Diff line number Diff line change 8
8
deps =
9
9
pytest>=2.7.2
10
10
pytest-flask>=0.10.0
11
- https://github.com/ graphql-python/graphql- core/archive/master.zip
11
+ graphql-core>=0.5.0
12
12
Flask>=0.10.0
13
13
pytest-cov
14
14
commands =
@@ -24,7 +24,7 @@ commands =
24
24
basepython =python3.5
25
25
deps =
26
26
isort
27
- https://github.com/ graphql-python/graphql- core/archive/master.zip
27
+ graphql-core>=0.5.0
28
28
Flask>=0.10.0
29
29
commands =
30
30
isort --check-only flask_graphql/ -rc
You can’t perform that action at this time.
0 commit comments