File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
#
18
18
eiffellib == 1.2.0
19
19
requests == 2.22.0
20
- pymongo [srv ]== 3.9 .0
20
+ pymongo [srv ]== 3.12 .0
21
21
graphql-core == 2.2.1
22
22
gql == 0.1.0
23
23
Flask == 1.1.1
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ package_dir =
23
23
=src
24
24
# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
25
25
setup_requires = pyscaffold>=3.2a0,<3.3a0
26
- install_requires = eiffellib ==1.2.0; requests==2.22.0;pymongo[srv]==3.9 .0;graphql-core==2.2.1;gql==0.1.0;Flask==1.1.1;Flask-GraphQL==2.0.0;graphene==2.1.8;gunicorn==20.0.4;gevent==1.4.0
26
+ install_requires = eiffellib ==1.2.0; requests==2.22.0;pymongo[srv]==3.12 .0;graphql-core==2.2.1;gql==0.1.0;Flask==1.1.1;Flask-GraphQL==2.0.0;graphene==2.1.8;gunicorn==20.0.4;gevent==1.4.0
27
27
28
28
[options.package_data]
29
29
* = *.json
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ class GraphQLQueryHandler:
22
22
"""Create and send graphql queries."""
23
23
24
24
__client = None
25
- __query = None
26
25
27
26
def __init__ (self , server ):
28
27
"""Graphql query handler."""
You can’t perform that action at this time.
0 commit comments