Files
student_manage_system/pyproject.toml
T

17 lines
360 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",
2026-09-22 13:34:34 +08:00
"python-dotenv>=1.2.3",
2026-09-22 13:38:28 +08:00
"spglib>=2.7.0",
2026-09-19 18:16:15 +08:00
"sqlalchemy>=2.0.54",
2026-09-21 12:22:26 +08:00
"uvicorn>=0.53.0",
2026-09-19 18:16:15 +08:00
]