This repository was archived by the owner on Sep 9, 2025. It is now read-only.
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
4949venv
5050.env
5151.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 11{
22 "version" : 1 ,
3+ "locale" : " en_US.UTF-8" ,
34 "metadata" : {
45 "appmode" : " python-dash" ,
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" : " d9ec95c0586e1a782076258914ec6279"
19- },
20- "README.md" : {
21- "checksum" : " c88f6181d84998f958b10246f1970721"
18+ "checksum" : " 714eff35716ba552e0dde4a13cd8ceb6"
2219 },
2320 "app.png" : {
2421 "checksum" : " d7dc349dbfd3e2dd7be1d7f77b2f3309"
3330 "checksum" : " a4e86ec9273e07fdb85cf5dd6c6fed1e"
3431 }
3532 }
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
43dash-core-components == 2.0.0
54dash-html-components == 2.0.0
65dash-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
1513python-dateutil == 2.8.2
16- python-dotenv == 0.19.0
17- pytz == 2021.3
14+ pytz == 2022.7.1
1815six == 1.16.0
19- tenacity == 8.0.1
16+ tenacity == 8.2.2
2017Werkzeug == 2.2.3
Original file line number Diff line number Diff line change 11{
22 "version" : 1 ,
3+ "locale" : " en_US.UTF-8" ,
34 "metadata" : {
45 "appmode" : " python-dash" ,
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" : " 2a7c57f3b31ba1b8b95f4d226bdc5384 "
18+ "checksum" : " 78b12cc7395472129cd5149d4fe9c59c "
1919 },
2020 "app.py" : {
2121 "checksum" : " 34fd547314532279ce0eeae8ed9f32e9"
2424 "checksum" : " 30dc5ae0bfabcc5cf69e64a271e3c8c6"
2525 }
2626 }
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
31certifi == 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
75dash-core-components == 2.0.0
86dash-html-components == 2.0.0
97dash-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
2116python-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
2620six == 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
3023Werkzeug == 2.2.3
Original file line number Diff line number Diff line change 11{
22 "version" : 1 ,
3+ "locale" : " en_US.UTF-8" ,
34 "metadata" : {
45 "appmode" : " python-fastapi" ,
56 "entrypoint" : " main"
67 },
7- "locale" : " en_US.UTF-8" ,
88 "python" : {
9- "version" : " 3.9.7 " ,
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" : " 920f5e95ef6bc24d99198c5c14900ff1 "
18+ "checksum" : " f978bfe76823199781dace6b2e3a8bc6 "
1919 },
2020 "main.py" : {
2121 "checksum" : " a8d8820f25be4dc8e2bf51a5ba1690b6"
2424 "checksum" : " e0bc27e3dd358c360863807e09079985"
2525 }
2626 }
27- }
27+ }
Original file line number Diff line number Diff line change 11anyio == 3.6.2
2- asgiref == 3.6.0
32click == 8.1.3
4- fastapi == 0.89.1
3+ fastapi == 0.95.0
54h11 == 0.14.0
65idna == 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
109python-dateutil == 2.8.2
11- pytz == 2022.7
10+ pytz == 2022.7.1
1211six == 1.16.0
1312sniffio == 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 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" : " d5ff3e78f56f0d97c203e5475083853f "
18+ "checksum" : " 8d6edf2dedd1ca913165abec8a3beb86 "
1919 },
2020 "app.py" : {
2121 "checksum" : " 9dcfbffbfa4f022525af8c47b9a0e976"
2727 "checksum" : " ee9656d5610fbc4ad05d1c1413618341"
2828 },
2929 "templates/index.html" : {
30- "checksum" : " 18c6159098b83ecc561a20b837236498 "
30+ "checksum" : " 8d670a0d9a9082893c7970a2680b6d95 "
3131 }
3232 }
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
76Werkzeug == 2.2.3
You can’t perform that action at this time.
0 commit comments