File tree Expand file tree Collapse file tree 17 files changed +102
-118
lines changed
flask-getting-started-rsc
flask-getting-started-sqlalchemy Expand file tree Collapse file tree 17 files changed +102
-118
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,5 @@ rmarkdown-notebook/flights.csv
49
49
venv
50
50
.env
51
51
.Rprofile
52
+
53
+ /.luarc.json
Original file line number Diff line number Diff line change
1
+ 3.10.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : 1 ,
3
+ "locale" : " en_US.UTF-8" ,
3
4
"metadata" : {
4
5
"appmode" : " python-dash" ,
5
6
"entrypoint" : " app"
6
7
},
7
- "locale" : " en_US.UTF-8" ,
8
8
"python" : {
9
- "version" : " 3.8.6 " ,
9
+ "version" : " 3.10.0 " ,
10
10
"package_manager" : {
11
11
"name" : " pip" ,
12
- "version" : " 21.2.4 " ,
12
+ "version" : " 23.0.1 " ,
13
13
"package_file" : " requirements.txt"
14
14
}
15
15
},
16
16
"files" : {
17
17
"requirements.txt" : {
18
- "checksum" : " d9ec95c0586e1a782076258914ec6279"
19
- },
20
- "README.md" : {
21
- "checksum" : " c88f6181d84998f958b10246f1970721"
18
+ "checksum" : " 714eff35716ba552e0dde4a13cd8ceb6"
22
19
},
23
20
"app.png" : {
24
21
"checksum" : " d7dc349dbfd3e2dd7be1d7f77b2f3309"
33
30
"checksum" : " a4e86ec9273e07fdb85cf5dd6c6fed1e"
34
31
}
35
32
}
36
- }
33
+ }
Original file line number Diff line number Diff line change 1
- Brotli == 1.0.9
2
- click == 8.0.1
3
- dash == 2.0.0
1
+ click == 8.1.3
2
+ dash == 2.9.1
4
3
dash-core-components == 2.0.0
5
4
dash-html-components == 2.0.0
6
5
dash-table == 5.0.0
7
- Flask == 2.0.2
8
- Flask-Compress == 1.10.1
9
- itsdangerous == 2.0.1
10
- Jinja2 == 3.0.2
11
- MarkupSafe == 2.0.1
12
- numpy == 1.22.0
13
- pandas == 1.5.2
14
- plotly == 5.3.1
6
+ Flask == 2.2.3
7
+ itsdangerous == 2.1.2
8
+ Jinja2 == 3.1.2
9
+ MarkupSafe == 2.1.2
10
+ numpy == 1.24.2
11
+ pandas == 1.5.3
12
+ plotly == 5.13.1
15
13
python-dateutil == 2.8.2
16
- python-dotenv == 0.19.0
17
- pytz == 2021.3
14
+ pytz == 2022.7.1
18
15
six == 1.16.0
19
- tenacity == 8.0.1
16
+ tenacity == 8.2.2
20
17
Werkzeug == 2.2.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : 1 ,
3
+ "locale" : " en_US.UTF-8" ,
3
4
"metadata" : {
4
5
"appmode" : " python-dash" ,
5
6
"entrypoint" : " app"
6
7
},
7
- "locale" : " en_US.UTF-8" ,
8
8
"python" : {
9
- "version" : " 3.8.6 " ,
9
+ "version" : " 3.10.0 " ,
10
10
"package_manager" : {
11
11
"name" : " pip" ,
12
- "version" : " 21.2.4 " ,
12
+ "version" : " 23.0.1 " ,
13
13
"package_file" : " requirements.txt"
14
14
}
15
15
},
16
16
"files" : {
17
17
"requirements.txt" : {
18
- "checksum" : " 2a7c57f3b31ba1b8b95f4d226bdc5384 "
18
+ "checksum" : " 78b12cc7395472129cd5149d4fe9c59c "
19
19
},
20
20
"app.py" : {
21
21
"checksum" : " 34fd547314532279ce0eeae8ed9f32e9"
24
24
"checksum" : " 30dc5ae0bfabcc5cf69e64a271e3c8c6"
25
25
}
26
26
}
27
- }
27
+ }
Original file line number Diff line number Diff line change 1
- --index-url https://packagemanager.rstudio.com/pypi/latest/simple
2
- Brotli == 1.0.9
3
1
certifi == 2022.12.7
4
- charset-normalizer == 2.0.6
5
- click == 8.0.1
6
- dash == 2.0.0
2
+ charset-normalizer == 3.1.0
3
+ click == 8.1.3
4
+ dash == 2.9.1
7
5
dash-core-components == 2.0.0
8
6
dash-html-components == 2.0.0
9
7
dash-table == 5.0.0
10
- Flask == 2.0.2
11
- Flask-Compress == 1.10.1
12
- idna == 3.2
13
- itsdangerous == 2.0.1
14
- Jinja2 == 3.0.2
15
- MarkupSafe == 2.0.1
16
- numpy == 1.22.0
17
- pandas == 1.3.3
18
- patsy == 0.5.2
19
- plotly == 5.3.1
20
- plotly-express == 0.4.1
8
+ Flask == 2.2.3
9
+ idna == 3.4
10
+ itsdangerous == 2.1.2
11
+ Jinja2 == 3.1.2
12
+ MarkupSafe == 2.1.2
13
+ numpy == 1.24.2
14
+ pandas == 1.5.3
15
+ plotly == 5.13.1
21
16
python-dateutil == 2.8.2
22
- python-dotenv == 0.19.0
23
- pytz == 2021.3
24
- requests == 2.26.0
25
- scipy == 1.7.1
17
+ python-dotenv == 1.0.0
18
+ pytz == 2022.7.1
19
+ requests == 2.28.2
26
20
six == 1.16.0
27
- statsmodels == 0.13.0
28
- tenacity == 8.0.1
29
- urllib3 == 1.26.7
21
+ tenacity == 8.2.2
22
+ urllib3 == 1.26.15
30
23
Werkzeug == 2.2.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : 1 ,
3
+ "locale" : " en_US.UTF-8" ,
3
4
"metadata" : {
4
5
"appmode" : " python-fastapi" ,
5
6
"entrypoint" : " main"
6
7
},
7
- "locale" : " en_US.UTF-8" ,
8
8
"python" : {
9
- "version" : " 3.9.7 " ,
9
+ "version" : " 3.10.0 " ,
10
10
"package_manager" : {
11
11
"name" : " pip" ,
12
- "version" : " 21.2.4 " ,
12
+ "version" : " 23.0.1 " ,
13
13
"package_file" : " requirements.txt"
14
14
}
15
15
},
16
16
"files" : {
17
17
"requirements.txt" : {
18
- "checksum" : " 920f5e95ef6bc24d99198c5c14900ff1 "
18
+ "checksum" : " f978bfe76823199781dace6b2e3a8bc6 "
19
19
},
20
20
"main.py" : {
21
21
"checksum" : " a8d8820f25be4dc8e2bf51a5ba1690b6"
24
24
"checksum" : " e0bc27e3dd358c360863807e09079985"
25
25
}
26
26
}
27
- }
27
+ }
Original file line number Diff line number Diff line change 1
1
anyio == 3.6.2
2
- asgiref == 3.6.0
3
2
click == 8.1.3
4
- fastapi == 0.89.1
3
+ fastapi == 0.95.0
5
4
h11 == 0.14.0
6
5
idna == 3.4
7
- numpy == 1.22.0
8
- pandas == 1.5.2
9
- pydantic == 1.10.4
6
+ numpy == 1.24.2
7
+ pandas == 1.5.3
8
+ pydantic == 1.10.6
10
9
python-dateutil == 2.8.2
11
- pytz == 2022.7
10
+ pytz == 2022.7.1
12
11
six == 1.16.0
13
12
sniffio == 1.3.0
14
- starlette == 0.25.0
15
- typing_extensions == 4.4 .0
16
- uvicorn == 0.20.0
13
+ starlette == 0.26.1
14
+ typing_extensions == 4.5 .0
15
+ uvicorn == 0.21.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : 1 ,
3
+ "locale" : " en_US.UTF-8" ,
3
4
"metadata" : {
4
5
"appmode" : " python-api" ,
5
6
"entrypoint" : " app"
6
7
},
7
- "locale" : " en_US.UTF-8" ,
8
8
"python" : {
9
- "version" : " 3.8.6 " ,
9
+ "version" : " 3.10.0 " ,
10
10
"package_manager" : {
11
11
"name" : " pip" ,
12
- "version" : " 21.2.4 " ,
12
+ "version" : " 23.0.1 " ,
13
13
"package_file" : " requirements.txt"
14
14
}
15
15
},
16
16
"files" : {
17
17
"requirements.txt" : {
18
- "checksum" : " d5ff3e78f56f0d97c203e5475083853f "
18
+ "checksum" : " 8d6edf2dedd1ca913165abec8a3beb86 "
19
19
},
20
20
"app.py" : {
21
21
"checksum" : " 9dcfbffbfa4f022525af8c47b9a0e976"
27
27
"checksum" : " ee9656d5610fbc4ad05d1c1413618341"
28
28
},
29
29
"templates/index.html" : {
30
- "checksum" : " 18c6159098b83ecc561a20b837236498 "
30
+ "checksum" : " 8d670a0d9a9082893c7970a2680b6d95 "
31
31
}
32
32
}
33
- }
33
+ }
Original file line number Diff line number Diff line change 1
- --index-url https://packagemanager.rstudio.com/pypi/latest/simple
2
- click == 8.0.1
3
- Flask == 2.0.2
4
- itsdangerous == 2.0.1
5
- Jinja2 == 3.0.2
6
- MarkupSafe == 2.0.1
1
+ click == 8.1.3
2
+ Flask == 2.2.3
3
+ itsdangerous == 2.1.2
4
+ Jinja2 == 3.1.2
5
+ MarkupSafe == 2.1.2
7
6
Werkzeug == 2.2.3
You can’t perform that action at this time.
0 commit comments