Files
student_manage_system/pyproject.toml
T

15 lines
311 B
TOML
Raw Normal View History

2026-09-19 18:16:15 +08:00
[project]
name = "student-manage-system"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.141.1",
2026-09-21 15:07:50 +08:00
"like>=1.7.1",
2026-09-19 18:16:15 +08:00
"pip>=26.2.1",
"pymysql>=1.2.3",
"sqlalchemy>=2.0.54",
2026-09-21 12:22:26 +08:00
"uvicorn>=0.53.0",
2026-09-19 18:16:15 +08:00
]