File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- required_packages = ['graphql-core>=0.5 .0' , 'flask>=0.7.0' ]
3
+ required_packages = ['graphql-core>=1 .0' , 'flask>=0.7.0' ]
4
4
5
5
setup (
6
6
name = 'Flask-GraphQL' ,
7
- version = '1.2.0 ' ,
7
+ version = '1.3.1 ' ,
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
- graphql-core>=0.5 .0
11
+ graphql-core>=1 .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
- graphql-core>=0.5 .0
27
+ graphql-core>=1 .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