v0.1 fastapi: route + model + orm
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user