File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ Flask==1.1.1
24
24
Flask-GraphQL == 2.0.0
25
25
graphene == 2.1.8
26
26
gunicorn == 20.0.4
27
+ greenlet == 0.4.14
27
28
gevent == 1.4.0
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.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
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;greenlet==0.4.14; gevent==1.4.0
27
27
28
28
[options.package_data]
29
29
* = *.json
You can’t perform that action at this time.
0 commit comments