Files

14 lines
286 B
TOML
Raw Permalink Normal View History

2026-09-19 10:41:18 +08:00
[project]
name = "fastapi-tutor"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"aiomysql>=0.3.2",
"asyncmy>=0.2.15",
2026-09-19 10:41:18 +08:00
"fastapi[standard]>=0.141.1",
2026-09-24 19:59:37 +08:00
"pydantic-settings>=2.15.0",
2026-09-19 10:41:18 +08:00
"pymysql>=1.2.3",
2026-09-24 19:59:37 +08:00
"python-dotenv>=1.2.3",
2026-09-19 10:41:18 +08:00
"sqlalchemy>=2.0.54",
]