File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
# numpy==1.13.3
16
16
# scipy==1.0
17
17
#
18
- eiffellib == 1.1.1
18
+ eiffellib == 1.2.0
19
19
requests == 2.22.0
20
20
pymongo [srv ]== 3.9.0
21
21
graphql-core == 2.2.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.1.1 ; 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.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
27
27
28
28
[options.package_data]
29
29
* = *.json
You can’t perform that action at this time.
0 commit comments