v0.1 fastapi: route + model + orm

This commit is contained in:
geeker
2026-09-19 10:41:18 +08:00
commit f4fa2f9714
55 changed files with 3615 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "fastapi-tutor"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.141.1",
"pymysql>=1.2.3",
"sqlalchemy>=2.0.54",
]