Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 9615961

Browse files
committed
updated flask
1 parent 732dd8d commit 9615961

File tree

4 files changed

+52
-52
lines changed

4 files changed

+52
-52
lines changed

flask-sentiment-analysis-api/manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"version": 1,
3+
"locale": "en_US.UTF-8",
34
"metadata": {
45
"appmode": "python-api",
56
"entrypoint": "app"
67
},
7-
"locale": "en_US.UTF-8",
88
"python": {
9-
"version": "3.8.6",
9+
"version": "3.10.0",
1010
"package_manager": {
1111
"name": "pip",
12-
"version": "21.2.4",
12+
"version": "23.0.1",
1313
"package_file": "requirements.txt"
1414
}
1515
},
1616
"files": {
1717
"requirements.txt": {
18-
"checksum": "f532ac011282d6b0235441ebb8326e21"
18+
"checksum": "5516f0c68a7d99f0818f784db41dc1fb"
1919
},
2020
"app.py": {
2121
"checksum": "26e3261020d1f21464d2441c1a4c98d8"
@@ -47,8 +47,8 @@
4747
"model/vocab/vectors": {
4848
"checksum": "63fd11f249a725dee9c2941b339ea037"
4949
},
50-
"train.py": {
51-
"checksum": "01a48fac33a8ddac5597a7b6c4df687e"
50+
"reqs.txt": {
51+
"checksum": "21b94d1e5f5897b22df1412cbe8b17ae"
5252
}
5353
}
54-
}
54+
}
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
blis==0.7.4
2-
catalogue==1.0.0
1+
blis==0.7.9
2+
catalogue==1.0.2
33
certifi==2022.12.7
4-
charset-normalizer==2.0.6
5-
click==8.0.1
6-
cymem==2.0.5
7-
Flask==2.0.2
8-
idna==3.2
9-
itsdangerous==2.0.1
10-
Jinja2==3.0.2
11-
MarkupSafe==2.0.1
12-
murmurhash==1.0.5
13-
numpy==1.22.0
4+
charset-normalizer==3.1.0
5+
click==8.1.3
6+
cymem==2.0.7
7+
Flask==2.2.3
8+
idna==3.4
9+
itsdangerous==2.1.2
10+
Jinja2==3.1.2
11+
MarkupSafe==2.1.2
12+
murmurhash==1.0.9
13+
numpy==1.24.2
1414
plac==1.1.3
15-
preshed==3.0.5
16-
requests==2.26.0
17-
spacy==2.3.7
18-
srsly==1.0.5
19-
thinc==7.4.5
20-
tqdm==4.62.3
21-
urllib3==1.26.7
22-
wasabi==0.8.2
15+
preshed==3.0.8
16+
requests==2.28.2
17+
spacy==2.3.9
18+
srsly==1.0.6
19+
thinc==7.4.6
20+
tqdm==4.65.0
21+
urllib3==1.26.15
22+
wasabi==0.10.1
2323
Werkzeug==2.2.3

flask-sentiment-analysis-app/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"version": 1,
3+
"locale": "en_US.UTF-8",
34
"metadata": {
45
"appmode": "python-api",
56
"entrypoint": "app"
67
},
7-
"locale": "en_US.UTF-8",
88
"python": {
9-
"version": "3.8.6",
9+
"version": "3.10.0",
1010
"package_manager": {
1111
"name": "pip",
12-
"version": "21.2.4",
12+
"version": "23.0.1",
1313
"package_file": "requirements.txt"
1414
}
1515
},
1616
"files": {
1717
"requirements.txt": {
18-
"checksum": "f532ac011282d6b0235441ebb8326e21"
18+
"checksum": "5516f0c68a7d99f0818f784db41dc1fb"
1919
},
2020
"app.py": {
2121
"checksum": "96adf17f1be9681ceaca0689d164fdf9"
@@ -246,4 +246,4 @@
246246
"checksum": "f918492991c4e4aef260ffb9e5a99a39"
247247
}
248248
}
249-
}
249+
}
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
blis==0.7.4
2-
catalogue==1.0.0
1+
blis==0.7.9
2+
catalogue==1.0.2
33
certifi==2022.12.7
4-
charset-normalizer==2.0.6
5-
click==8.0.1
6-
cymem==2.0.5
7-
Flask==2.0.2
8-
idna==3.2
9-
itsdangerous==2.0.1
10-
Jinja2==3.0.2
11-
MarkupSafe==2.0.1
12-
murmurhash==1.0.5
13-
numpy==1.22.0
4+
charset-normalizer==3.1.0
5+
click==8.1.3
6+
cymem==2.0.7
7+
Flask==2.2.3
8+
idna==3.4
9+
itsdangerous==2.1.2
10+
Jinja2==3.1.2
11+
MarkupSafe==2.1.2
12+
murmurhash==1.0.9
13+
numpy==1.24.2
1414
plac==1.1.3
15-
preshed==3.0.5
16-
requests==2.26.0
17-
spacy==2.3.7
18-
srsly==1.0.5
19-
thinc==7.4.5
20-
tqdm==4.62.3
21-
urllib3==1.26.7
22-
wasabi==0.8.2
15+
preshed==3.0.8
16+
requests==2.28.2
17+
spacy==2.3.9
18+
srsly==1.0.6
19+
thinc==7.4.6
20+
tqdm==4.65.0
21+
urllib3==1.26.15
22+
wasabi==0.10.1
2323
Werkzeug==2.2.3

0 commit comments

Comments
 (0)